Uses of Class
weka.core.matrix.IntVector

Packages that use IntVector
weka.core.matrix   
 

Uses of IntVector in weka.core.matrix
 

Methods in weka.core.matrix that return IntVector
 IntVector IntVector.copy()
          Makes a deep copy of the vector
static IntVector IntVector.seq(int i0, int i1)
          Generates an IntVector that stores all integers inclusively between two integers.
 IntVector DoubleVector.sortWithIndex()
          Sorts the array in place with index returned
 IntVector IntVector.subvector(int i0, int i1)
          Returns a subvector.
 IntVector IntVector.subvector(IntVector index)
          Returns a subvector as indexed by an IntVector.
 

Methods in weka.core.matrix with parameters of type IntVector
 void IntVector.set(int i0, int i1, IntVector v, int j0)
          Sets the values of elements from another IntVector.
 void IntVector.set(IntVector v)
          Sets the values of elements from another IntVector.
 void DoubleVector.sortWithIndex(int xi, int xj, IntVector index)
          Sorts the array in place with index changed
 IntVector IntVector.subvector(IntVector index)
          Returns a subvector as indexed by an IntVector.
 DoubleVector DoubleVector.subvector(IntVector index)
          Returns a subvector.
 DoubleVector DoubleVector.unpivoting(IntVector index, int length)
          Returns a vector from the pivoting indices.
 



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