Package org.aksw.palmetto.vector
Class ProbabilityBasedVectorCreator
java.lang.Object
org.aksw.palmetto.vector.AbstractVectorCreator
org.aksw.palmetto.vector.ProbabilityBasedVectorCreator
- All Implemented Interfaces:
VectorCreator
This vector creator uses the marginal probabilities for the vector creation.
- Author:
- m.roeder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SubsetVectors[]createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)Returns the name of the direct confirmation measure which is used to create the vectors.Methods inherited from class org.aksw.palmetto.vector.AbstractVectorCreator
getProbabilityEstimatorName, getVectors, getVectorSpaceName, setMinFrequency, setProbabilityEstimator
-
Field Details
-
VECTOR_CREATOR_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ProbabilityBasedVectorCreator
-
-
Method Details
-
getVectorCreatorName
Description copied from interface:VectorCreatorReturns the name of the direct confirmation measure which is used to create the vectors.- Returns:
-
createVectors
protected SubsetVectors[] createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)- Specified by:
createVectorsin classAbstractVectorCreator
-