| Package | Description |
|---|---|
| org.cleartk.ml.encoder.features | |
| org.cleartk.ml.util.featurevector |
| Modifier and Type | Method and Description |
|---|---|
FeatureVector |
FeatureVectorFeaturesEncoder.encodeAll(Iterable<Feature> features) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayFeatureVector
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
class |
SparseFeatureVector
Copyright (c) 2007-2008, Regents of the University of Colorado All rights reserved. |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureVector.add(FeatureVector other) |
double |
SparseFeatureVector.innerProduct(FeatureVector other) |
double |
FeatureVector.innerProduct(FeatureVector other) |
| Constructor and Description |
|---|
SparseFeatureVector(FeatureVector fv) |
Copyright © 2014. All rights reserved.