| Package | Description |
|---|---|
| weka.core.pmml |
| Modifier and Type | Method and Description |
|---|---|
VectorInstance |
VectorDictionary.getVector(String ID)
Gets a vector from the dictionary corresponding to the supplied ID
|
VectorInstance |
VectorInstance.subtract(double[] other)
Subtract the values in the supplied array from this vector instance
|
VectorInstance |
VectorInstance.subtract(VectorInstance other)
Subtract the supplied VectorInstance from this one and return the
result as a new VectorInstance
|
| Modifier and Type | Method and Description |
|---|---|
double |
VectorInstance.dotProduct(VectorInstance other)
Computes the dot product between this vector instance and the
argument
|
VectorInstance |
VectorInstance.subtract(VectorInstance other)
Subtract the supplied VectorInstance from this one and return the
result as a new VectorInstance
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.