public interface VectorCreator
| Modifier and Type | Method and Description |
|---|---|
String |
getProbabilityEstimatorName()
Calls
ProbabilityEstimator.getName() of the probability estimator and returns the
name of
the estimator. |
String |
getVectorCreatorName()
Returns the name of the direct confirmation measure which is used to create the vectors.
|
SubsetVectors[] |
getVectors(String[][] wordsets,
SegmentationDefinition[] definitions)
Creates vectors for the given word sets and their segmentations.
|
String |
getVectorSpaceName()
Returns the name of the vector space.
|
void |
setMinFrequency(int minFrequency)
Sets the minimum frequency of the probability estimator.
|
void |
setProbabilityEstimator(ProbabilityEstimator supplier)
Sets the probability estimator used by the vector creator.
|
SubsetVectors[] getVectors(String[][] wordsets, SegmentationDefinition[] definitions)
wordsets - definitions - void setProbabilityEstimator(ProbabilityEstimator supplier)
supplier - String getProbabilityEstimatorName()
ProbabilityEstimator.getName() of the probability estimator and returns the
name of
the estimator.String getVectorSpaceName()
String getVectorCreatorName()
void setMinFrequency(int minFrequency)
minFrequency - Copyright © 2014–2016. All rights reserved.