Uses of Class
org.aksw.palmetto.data.SubsetVectors
-
Packages that use SubsetVectors Package Description org.aksw.palmetto.calculations.indirect org.aksw.palmetto.evaluate org.aksw.palmetto.vector -
-
Uses of SubsetVectors in org.aksw.palmetto.calculations.indirect
Methods in org.aksw.palmetto.calculations.indirect with parameters of type SubsetVectors Modifier and Type Method Description double[]AbstractVectorBasedCalculation. calculateConfirmationValues(SubsetVectors subsetVectors)double[]CentroidConfirmationMeasure. calculateConfirmationValues(SubsetVectors subsetVectors)Deprecated.double[]VectorBasedConfirmationMeasure. calculateConfirmationValues(SubsetVectors subsetVectors) -
Uses of SubsetVectors in org.aksw.palmetto.evaluate
Methods in org.aksw.palmetto.evaluate with parameters of type SubsetVectors Modifier and Type Method Description double[]SpeedComparison.TimeMeasuringConfirmation. calculateConfirmationValues(SubsetVectors subsetVectors) -
Uses of SubsetVectors in org.aksw.palmetto.vector
Methods in org.aksw.palmetto.vector that return SubsetVectors 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.
-