|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SparseByteVector | |
---|---|
org.knime.core.data.vector.bytevector |
Uses of SparseByteVector in org.knime.core.data.vector.bytevector |
---|
Methods in org.knime.core.data.vector.bytevector that return SparseByteVector | |
---|---|
SparseByteVector |
SparseByteVector.add(SparseByteVector bv,
boolean remainder)
Returns a new vector with the sum of the counts at each position. |
SparseByteVector |
SparseByteVector.concatenate(SparseByteVector bv)
Creates and returns a new byte vector that contains copies of both (this and the argument vector). |
SparseByteVector |
SparseByteVectorCell.getByteVectorCopy()
Returns a clone of the internal sparse byte vector. |
SparseByteVector |
SparseByteVector.max(SparseByteVector bv)
Returns a new vector with the maximum of the counts at each position. |
SparseByteVector |
SparseByteVector.min(SparseByteVector bv)
Returns a new vector with the minimum of the counts at each position. |
SparseByteVector |
SparseByteVector.subSequence(long startIdx,
long endIdx)
Creates and returns a new byte vector that contains a subsequence of this vector, beginning with the byte at index startIdx and with
its last byte being this' byte at position endIdx - 1 . |
Methods in org.knime.core.data.vector.bytevector with parameters of type SparseByteVector | |
---|---|
SparseByteVector |
SparseByteVector.add(SparseByteVector bv,
boolean remainder)
Returns a new vector with the sum of the counts at each position. |
SparseByteVector |
SparseByteVector.concatenate(SparseByteVector bv)
Creates and returns a new byte vector that contains copies of both (this and the argument vector). |
SparseByteVector |
SparseByteVector.max(SparseByteVector bv)
Returns a new vector with the maximum of the counts at each position. |
SparseByteVector |
SparseByteVector.min(SparseByteVector bv)
Returns a new vector with the minimum of the counts at each position. |
Constructors in org.knime.core.data.vector.bytevector with parameters of type SparseByteVector | |
---|---|
SparseByteVector(SparseByteVector byteVector)
Creates a clone of the passed vector. |
|
SparseByteVectorCell(SparseByteVector byteVector)
Use the SparseBitVectorCellFactory to create instances of this
cell. |
|
SparseByteVectorCellFactory(SparseByteVector vector)
A copy of the specified vector is stored in the created byte vector cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |