public class ProbabilityBasedVectorCreator extends AbstractVectorCreator
| Modifier and Type | Field and Description |
|---|---|
private static String |
VECTOR_CREATOR_NAME |
| Constructor and Description |
|---|
ProbabilityBasedVectorCreator(ProbabilityEstimator supplier) |
| Modifier and Type | Method and Description |
|---|---|
protected SubsetVectors[] |
createVectors(String[][] wordsets,
SegmentationDefinition[] definitions,
SubsetProbabilities[] probabilities) |
String |
getVectorCreatorName()
Returns the name of the direct confirmation measure which is used to create the vectors.
|
getProbabilityEstimatorName, getVectors, getVectorSpaceName, setMinFrequency, setProbabilityEstimatorprivate static final String VECTOR_CREATOR_NAME
public ProbabilityBasedVectorCreator(ProbabilityEstimator supplier)
public String getVectorCreatorName()
VectorCreatorprotected SubsetVectors[] createVectors(String[][] wordsets, SegmentationDefinition[] definitions, SubsetProbabilities[] probabilities)
createVectors in class AbstractVectorCreatorCopyright © 2014–2016. All rights reserved.