| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.classify | |
| edu.umass.cs.mallet.base.types |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTree.Node.induceFeatures(AugmentableFeatureVector afv,
FeatureSelection featuresAlreadyThere,
FeatureSelection[] perClassFeaturesAlreadyThere,
FeatureSelection newFeatureSelection,
FeatureSelection[] perClassNewFeatureSelection,
boolean withInteriorNodes,
boolean addPerClassFeatures,
double classEntropyThreshold) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
PartiallyRankedFeatureVector(Alphabet dict,
AugmentableFeatureVector v) |
RankedFeatureVector(Alphabet dict,
AugmentableFeatureVector v) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.