Uses of Class
weka.core.pmml.VectorInstance
Packages that use VectorInstance
-
Uses of VectorInstance in weka.core.pmml
Methods in weka.core.pmml that return VectorInstanceModifier 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 VectorInstanceMethods in weka.core.pmml with parameters of type VectorInstanceModifier and TypeMethodDescriptiondoubleVectorInstance.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