Uses of Class
weka.core.matrix.IntVector
-
Uses of IntVector in weka.core.matrix
Modifier 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.Modifier 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.