Uses of Class
weka.core.pmml.VectorInstance

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
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.