Uses of Class
weka.core.AlgVector

Packages that use AlgVector
weka.core   
 

Uses of AlgVector in weka.core
 

Methods in weka.core that return AlgVector
 AlgVector AlgVector.add(AlgVector other)
          Returns the sum of this vector with another.
 AlgVector AlgVector.substract(AlgVector other)
          Returns the difference of this vector minus another.
 

Methods in weka.core with parameters of type AlgVector
 AlgVector AlgVector.add(AlgVector other)
          Returns the sum of this vector with another.
 double AlgVector.dotMultiply(AlgVector b)
          Returns the inner (or dot) product of two vectors
 AlgVector AlgVector.substract(AlgVector other)
          Returns the difference of this vector minus another.
 



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