Uses of Class
org.aksw.palmetto.data.SegmentationDefinition
-
-
Uses of SegmentationDefinition in org.aksw.palmetto
Methods in org.aksw.palmetto that return SegmentationDefinition Modifier and Type Method Description SegmentationDefinitionPairwiseTopicComparingSegmentator. getSubsetDefinition(int wordsetSize) -
Uses of SegmentationDefinition in org.aksw.palmetto.evaluate
Methods in org.aksw.palmetto.evaluate with parameters of type SegmentationDefinition Modifier and Type Method Description CountedSubsets[]CoherenceEvaluation.StaticWindowBasedFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)SubsetProbabilities[]SpeedComparison.TimeMeasuringProbabilitySupplier. getProbabilities(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of SegmentationDefinition in org.aksw.palmetto.prob
Methods in org.aksw.palmetto.prob with parameters of type SegmentationDefinition 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.SubsetProbabilities[]AbstractProbabilitySupplier. getProbabilities(String[][] wordsets, SegmentationDefinition[] definitions)SubsetProbabilities[]ProbabilityEstimator. getProbabilities(String[][] wordsets, SegmentationDefinition[] definitions)Estimates the probabilities for the given word sets and the given segmentations. -
Uses of SegmentationDefinition in org.aksw.palmetto.prob.bd
Methods in org.aksw.palmetto.prob.bd with parameters of type SegmentationDefinition Modifier and Type Method Description CountedSubsets[]BitSetBasedBooleanDocumentFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)CountedSubsets[]ListBasedBooleanDocumentFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of SegmentationDefinition in org.aksw.palmetto.prob.decorator
Methods in org.aksw.palmetto.prob.decorator with parameters of type SegmentationDefinition Modifier and Type Method Description CountedSubsets[]FrequencyCachingDeterminerDecorator. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)CountedSubsets[]SimpleFrequencyCachingDeterminerDecorator. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of SegmentationDefinition in org.aksw.palmetto.prob.window
Methods in org.aksw.palmetto.prob.window with parameters of type SegmentationDefinition Modifier and Type Method Description CountedSubsets[]AbstractWindowBasedFrequencyDeterminer. determineCounts(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of SegmentationDefinition in org.aksw.palmetto.subsets
-
Uses of SegmentationDefinition in org.aksw.palmetto.vector
Methods in org.aksw.palmetto.vector with parameters of type SegmentationDefinition Modifier and Type Method Description protected abstract SubsetVectors[]AbstractVectorCreator. createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)SubsetVectorsDirectConfirmationBasedVectorCreator. createVectors(int wordsetLength, SegmentationDefinition definition, SubsetProbabilities oneOneAndSelfProbabilities, SubsetProbabilities probabilities)Creates the vectors for a single wordset.SubsetVectors[]DirectConfirmationBasedVectorCreator. createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)protected SubsetVectors[]ProbabilityBasedVectorCreator. createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)SubsetVectors[]AbstractVectorCreator. getVectors(String[][] wordsets, SegmentationDefinition[] definitions)SubsetVectors[]VectorCreator. getVectors(String[][] wordsets, SegmentationDefinition[] definitions)Creates vectors for the given word sets and their segmentations.
-