Class DocumentAssigner

    • Field Detail

      • exactPhraseAssignment

        public AttrBoolean exactPhraseAssignment
        Only exact phrase assignments. When set to true, clusters will contain only the documents that contain the cluster's label in its original form, including the order of words. Enabling this option will cause fewer documents to be put in clusters, increasing the precision of assignment, but also increasing the "Other Topics" group. Disabling this option will cause more documents to be put in clusters, which will make the "Other Topics" cluster smaller, but also lower the precision of cluster-document assignments.
      • minClusterSize

        public AttrInteger minClusterSize
        Determines the minimum number of documents in each cluster.
    • Constructor Detail

      • DocumentAssigner

        public DocumentAssigner()