Class AbstractTopicReports

    • Constructor Detail

    • Method Detail

      • printSamplingState

        public void printSamplingState​(java.io.PrintWriter out)
                                throws java.io.IOException
        Specified by:
        printSamplingState in interface TopicReports
        Throws:
        java.io.IOException
      • printTopicDocuments

        public void printTopicDocuments​(java.io.PrintWriter out,
                                        int max)
                                 throws java.io.IOException
        Specified by:
        printTopicDocuments in interface TopicReports
        Throws:
        java.io.IOException
      • printDocumentTopics

        public void printDocumentTopics​(java.io.PrintWriter out,
                                        double threshold,
                                        int max)
                                 throws java.io.IOException
        Specified by:
        printDocumentTopics in interface TopicReports
        Throws:
        java.io.IOException
      • printDenseDocumentTopics

        public void printDenseDocumentTopics​(java.io.PrintWriter out)
                                      throws java.io.IOException
        Specified by:
        printDenseDocumentTopics in interface TopicReports
        Throws:
        java.io.IOException
      • printTopicWordWeights

        public void printTopicWordWeights​(java.io.PrintWriter out)
                                   throws java.io.IOException
        Specified by:
        printTopicWordWeights in interface TopicReports
        Throws:
        java.io.IOException
      • printTypeTopicCounts

        public void printTypeTopicCounts​(java.io.PrintWriter out)
                                  throws java.io.IOException
        Specified by:
        printTypeTopicCounts in interface TopicReports
        Throws:
        java.io.IOException
      • printTopicPhrases

        public void printTopicPhrases​(java.io.PrintWriter out,
                                      int numWords)
                               throws java.io.IOException
        Specified by:
        printTopicPhrases in interface TopicReports
        Throws:
        java.io.IOException
      • printSummary

        public void printSummary​(java.io.PrintWriter out,
                                 int numWords)
                          throws java.io.IOException
        Specified by:
        printSummary in interface TopicReports
        Throws:
        java.io.IOException
      • printSamplingState

        public void printSamplingState​(java.io.File file)
                                throws java.io.IOException
        Specified by:
        printSamplingState in interface TopicReports
        Throws:
        java.io.IOException
      • printTopicDocuments

        public void printTopicDocuments​(java.io.File file,
                                        int max)
                                 throws java.io.IOException
        Specified by:
        printTopicDocuments in interface TopicReports
        Throws:
        java.io.IOException
      • printDocumentTopics

        public void printDocumentTopics​(java.io.File file,
                                        double threshold,
                                        int max)
                                 throws java.io.IOException
        Specified by:
        printDocumentTopics in interface TopicReports
        Throws:
        java.io.IOException
      • printDenseDocumentTopics

        public void printDenseDocumentTopics​(java.io.File file)
                                      throws java.io.IOException
        Specified by:
        printDenseDocumentTopics in interface TopicReports
        Throws:
        java.io.IOException
      • printTopicWordWeights

        public void printTopicWordWeights​(java.io.File file)
                                   throws java.io.IOException
        Specified by:
        printTopicWordWeights in interface TopicReports
        Throws:
        java.io.IOException
      • printTypeTopicCounts

        public void printTypeTopicCounts​(java.io.File file)
                                  throws java.io.IOException
        Specified by:
        printTypeTopicCounts in interface TopicReports
        Throws:
        java.io.IOException
      • printTopicPhrases

        public void printTopicPhrases​(java.io.File file,
                                      int numWords)
                               throws java.io.IOException
        Specified by:
        printTopicPhrases in interface TopicReports
        Throws:
        java.io.IOException
      • printSummary

        public void printSummary​(java.io.File file,
                                 int numWords)
                          throws java.io.IOException
        Specified by:
        printSummary in interface TopicReports
        Throws:
        java.io.IOException