| Package | Description |
|---|---|
| weka.core.matrix |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.