|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VectorInstance | |
|---|---|
| weka.core.pmml | |
| Uses of VectorInstance in weka.core.pmml |
|---|
| Methods in weka.core.pmml that return VectorInstance | |
|---|---|
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 |
| Methods in weka.core.pmml with parameters of type VectorInstance | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||