| Package | Description |
|---|---|
| org.cleartk.ml.util.featurevector |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureVector.add(FeatureVector other) |
void |
FeatureVector.multiply(double factor) |
void |
SparseFeatureVector.set(int index,
double value) |
abstract void |
FeatureVector.set(int index,
double value)
Set the feature at index to value.
|
void |
ArrayFeatureVector.set(int index,
double value) |
| Constructor and Description |
|---|
SparseFeatureVector(FeatureVector fv) |
Copyright © 2014. All rights reserved.