Uses of Class
org.aksw.palmetto.data.SegmentationDefinition
Packages that use SegmentationDefinition
Package
Description
-
Uses of SegmentationDefinition in org.aksw.palmetto
Methods in org.aksw.palmetto that return SegmentationDefinitionModifier and TypeMethodDescriptionPairwiseTopicComparingSegmentator.getSubsetDefinition(int wordsetSize) -
Uses of SegmentationDefinition in org.aksw.palmetto.prob
Methods in org.aksw.palmetto.prob with parameters of type SegmentationDefinitionModifier and TypeMethodDescriptionFrequencyDeterminer.determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)Returns the frequencies of words and word sub sets of the given word sets.AbstractProbabilitySupplier.getProbabilities(String[][] wordsets, SegmentationDefinition[] definitions)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 SegmentationDefinitionModifier and TypeMethodDescriptionBitSetBasedBooleanDocumentFrequencyDeterminer.determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)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 SegmentationDefinitionModifier and TypeMethodDescriptionFrequencyCachingDeterminerDecorator.determineCounts(String[][] wordsets, SegmentationDefinition[] definitions)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 SegmentationDefinitionModifier and TypeMethodDescriptionAbstractWindowBasedFrequencyDeterminer.determineCounts(String[][] wordsets, SegmentationDefinition[] definitions) -
Uses of SegmentationDefinition in org.aksw.palmetto.subsets
Methods in org.aksw.palmetto.subsets that return SegmentationDefinitionModifier and TypeMethodDescriptionAbstractAnyBasedSegmentator.getSubsetDefinition(int wordsetSize)AllAll.getSubsetDefinition(int wordsetSize)AllOne.getSubsetDefinition(int wordsetSize)OneAll.getSubsetDefinition(int wordsetSize)OneOne.getSubsetDefinition(int wordsetSize)OneOneAndSelf.getSubsetDefinition(int wordsetSize)OnePreceding.getSubsetDefinition(int wordsetSize)OneSet.getSubsetDefinition(int wordsetSize)OneSucceeding.getSubsetDefinition(int wordsetSize)Segmentator.getSubsetDefinition(int wordsetSize)protected abstract SegmentationDefinitionAbstractAnyBasedSegmentator.getSubsetDefinitionWithoutRestrictions(int wordsetSize)protected SegmentationDefinitionAnyAny.getSubsetDefinitionWithoutRestrictions(int wordsetSize)protected SegmentationDefinitionOneAny.getSubsetDefinitionWithoutRestrictions(int wordsetSize)protected abstract SegmentationDefinitionAbstractAnyBasedSegmentator.getSubsetDefinitionWithRestrictions(int wordsetSize, int maxSingleSubSetSize, int maxSubSetUnionSize)protected SegmentationDefinitionAnyAny.getSubsetDefinitionWithRestrictions(int wordsetSize, int maxSingleSubSetSize, int maxSubSetUnionSize)protected SegmentationDefinitionOneAny.getSubsetDefinitionWithRestrictions(int wordsetSize, int maxSingleSubSetSize, int maxSubSetUnionSize) -
Uses of SegmentationDefinition in org.aksw.palmetto.vector
Methods in org.aksw.palmetto.vector with parameters of type SegmentationDefinitionModifier and TypeMethodDescriptionprotected abstract SubsetVectors[]AbstractVectorCreator.createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)protected SubsetVectors[]DirectConfirmationBasedVectorCreator.createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)protected SubsetVectors[]ProbabilityBasedVectorCreator.createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)AbstractVectorCreator.getVectors(String[][] wordsets, SegmentationDefinition[] definitions)VectorCreator.getVectors(String[][] wordsets, SegmentationDefinition[] definitions)Creates vectors for the given word sets and their segmentations.