Uses of Class
weka.core.matrix.IntVector
Packages that use IntVector
-
Uses of IntVector in weka.core.matrix
Methods in weka.core.matrix that return IntVectorModifier and TypeMethodDescriptionIntVector.copy()
Makes a deep copy of the vectorstatic IntVector
IntVector.seq
(int i0, int i1) Generates an IntVector that stores all integers inclusively between two integers.DoubleVector.sortWithIndex()
Sorts the array in place with index returnedIntVector.subvector
(int i0, int i1) Returns a subvector.Returns a subvector as indexed by an IntVector.Methods in weka.core.matrix with parameters of type IntVectorModifier and TypeMethodDescriptionvoid
Sets the values of elements from another IntVector.void
Sets the values of elements from another IntVector.void
DoubleVector.sortWithIndex
(int xi, int xj, IntVector index) Sorts the array in place with index changedReturns a subvector.Returns a subvector as indexed by an IntVector.DoubleVector.unpivoting
(IntVector index, int length) Returns a vector from the pivoting indices.