Uses of Class
org.aksw.palmetto.data.CountedSubsets
-
Packages that use CountedSubsets Package Description org.aksw.palmetto.evaluate org.aksw.palmetto.prob org.aksw.palmetto.prob.bd org.aksw.palmetto.prob.decorator org.aksw.palmetto.prob.window -
-
Uses of CountedSubsets in org.aksw.palmetto.evaluate
Fields in org.aksw.palmetto.evaluate declared as CountedSubsets Modifier and Type Field Description protected CountedSubsetsCoherenceEvaluation.StaticWindowBasedFrequencyDeterminer. countsMethods in org.aksw.palmetto.evaluate that return CountedSubsets Modifier and Type Method Description CountedSubsets[]CoherenceEvaluation.StaticWindowBasedFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of CountedSubsets in org.aksw.palmetto.prob
Methods in org.aksw.palmetto.prob that return CountedSubsets Modifier and Type Method Description CountedSubsets[]FrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)Returns the frequencies of words and word sub sets of the given word sets.Methods in org.aksw.palmetto.prob with parameters of type CountedSubsets Modifier and Type Method Description protected abstract SubsetProbabilitiesAbstractProbabilitySupplier. getProbabilities(CountedSubsets countedSubsets) -
Uses of CountedSubsets in org.aksw.palmetto.prob.bd
Methods in org.aksw.palmetto.prob.bd that return CountedSubsets Modifier and Type Method Description CountedSubsets[]BitSetBasedBooleanDocumentFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)CountedSubsets[]ListBasedBooleanDocumentFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)Methods in org.aksw.palmetto.prob.bd with parameters of type CountedSubsets Modifier and Type Method Description protected SubsetProbabilitiesBooleanDocumentProbabilitySupplier. getProbabilities(CountedSubsets countedSubsets) -
Uses of CountedSubsets in org.aksw.palmetto.prob.decorator
Methods in org.aksw.palmetto.prob.decorator that return CountedSubsets Modifier and Type Method Description CountedSubsets[]FrequencyCachingDeterminerDecorator. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)CountedSubsets[]SimpleFrequencyCachingDeterminerDecorator. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of CountedSubsets in org.aksw.palmetto.prob.window
Methods in org.aksw.palmetto.prob.window that return CountedSubsets Modifier and Type Method Description CountedSubsets[]AbstractWindowBasedFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)Methods in org.aksw.palmetto.prob.window with parameters of type CountedSubsets Modifier and Type Method Description protected SubsetProbabilitiesWindowBasedProbabilityEstimator. getProbabilities(CountedSubsets countedSubsets)
-