|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AugmentableFeatureVector | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
FeatureConjunction.addTo(AugmentableFeatureVector fv)
|
void |
FeatureConjunction.addTo(AugmentableFeatureVector fv,
double value)
|
void |
FeatureConjunction.List.addTo(AugmentableFeatureVector fv,
double value)
|
void |
FeatureConjunction.addTo(AugmentableFeatureVector fv,
double value,
FeatureSelection fs)
|
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 | |
---|---|
PartiallyRankedFeatureVector(Alphabet dict,
AugmentableFeatureVector v)
|
|
RankedFeatureVector(Alphabet dict,
AugmentableFeatureVector v)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |