Uses of Interface
org.aksw.palmetto.subsets.Segmentator
-
Packages that use Segmentator Package Description org.aksw.palmetto org.aksw.palmetto.evaluate org.aksw.palmetto.subsets -
-
Uses of Segmentator in org.aksw.palmetto
Classes in org.aksw.palmetto that implement Segmentator Modifier and Type Class Description classPairwiseTopicComparingSegmentatorSimple example of aSegmentatorthat gets a word set comprising two topics and creates aSegmentationDefinitionwith which every word of one of the topics is compared to every other word of the other topic.Fields in org.aksw.palmetto declared as Segmentator Modifier and Type Field Description protected SegmentatorDirectConfirmationBasedCoherence. segmentationThe segmentation used to create the subset pairs.protected SegmentatorVectorBasedCoherence. segmentatorThe segmentation scheme used to create the subset pairs.Constructors in org.aksw.palmetto with parameters of type Segmentator Constructor Description DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation)DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated.VectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation)VectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated. -
Uses of Segmentator in org.aksw.palmetto.evaluate
Fields in org.aksw.palmetto.evaluate declared as Segmentator Modifier and Type Field Description private static Segmentator[]CoherenceEvaluation. SUBSET_CREATORS -
Uses of Segmentator in org.aksw.palmetto.subsets
Classes in org.aksw.palmetto.subsets that implement Segmentator Modifier and Type Class Description classAbstractAnyBasedSegmentatorclassAllAllDeprecated.since it does not follow the naming convention.classAllOneclassAnyAnyclassOneAllclassOneAnyclassOneOneclassOneOneAndSelfThis is just for internal usage by theDirectConfirmationBasedVectorCreatorclass.classOnePrecedingclassOneSetclassOneSucceedingclassSetSetSpecialSegmentatorused to create Olson's coherence measure.
-