Uses of Class
cc.mallet.types.AugmentableFeatureVector
-
Packages that use AugmentableFeatureVector Package Description cc.mallet.classify Classes for training and classifying instances.cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of AugmentableFeatureVector in cc.mallet.classify
Methods in cc.mallet.classify with parameters of type AugmentableFeatureVector Modifier and Type Method Description void
DecisionTree.Node. induceFeatures(AugmentableFeatureVector afv, FeatureSelection featuresAlreadyThere, FeatureSelection[] perClassFeaturesAlreadyThere, FeatureSelection newFeatureSelection, FeatureSelection[] perClassNewFeatureSelection, boolean withInteriorNodes, boolean addPerClassFeatures, double classEntropyThreshold)
-
Uses of AugmentableFeatureVector in cc.mallet.types
Methods in cc.mallet.types with parameters of type AugmentableFeatureVector Modifier and Type Method Description void
FeatureConjunction. addTo(AugmentableFeatureVector fv)
void
FeatureConjunction. addTo(AugmentableFeatureVector fv, double value)
void
FeatureConjunction. addTo(AugmentableFeatureVector fv, double value, FeatureSelection fs)
void
FeatureConjunction.List. addTo(AugmentableFeatureVector fv, double value)
void
FeatureConjunction.List. addTo(AugmentableFeatureVector fv, double value, FeatureSelection fs)
double
AugmentableFeatureVector. dotProduct(AugmentableFeatureVector v)
void
AugmentableFeatureVector. plusEquals(AugmentableFeatureVector v, double factor)
Constructors in cc.mallet.types with parameters of type AugmentableFeatureVector Constructor Description PartiallyRankedFeatureVector(Alphabet dict, AugmentableFeatureVector v)
RankedFeatureVector(Alphabet dict, AugmentableFeatureVector v)
-