Uses of Class
weka.core.pmml.VectorInstance
-
Uses of VectorInstance in weka.core.pmml
Modifier and TypeMethodDescriptionGets a vector from the dictionary corresponding to the supplied IDVectorInstance.subtract
(double[] other) Subtract the values in the supplied array from this vector instanceVectorInstance.subtract
(VectorInstance other) Subtract the supplied VectorInstance from this one and return the result as a new VectorInstanceModifier and TypeMethodDescriptiondouble
VectorInstance.dotProduct
(VectorInstance other) Computes the dot product between this vector instance and the argumentVectorInstance.subtract
(VectorInstance other) Subtract the supplied VectorInstance from this one and return the result as a new VectorInstance