|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DenseByteVector | |
---|---|
org.knime.core.data.vector.bytevector |
Uses of DenseByteVector in org.knime.core.data.vector.bytevector |
---|
Methods in org.knime.core.data.vector.bytevector that return DenseByteVector | |
---|---|
DenseByteVector |
DenseByteVector.add(DenseByteVector bv,
boolean remainder)
Returns a new vector with the sum of the counts at each position. |
DenseByteVector |
DenseByteVector.concatenate(DenseByteVector bv)
Appends the argument at the end of this vector. |
DenseByteVector |
DenseByteVectorCell.getByteVectorCopy()
Returns a clone of the internal dense byte vector. |
DenseByteVector |
DenseByteVector.max(DenseByteVector bv)
Returns a new vector with the maximum of the counts at each position. |
DenseByteVector |
DenseByteVector.min(DenseByteVector bv)
Returns a new vector with the minimum of the counts at each position. |
DenseByteVector |
DenseByteVector.subSequence(int startIdx,
int 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 DenseByteVector | |
---|---|
DenseByteVector |
DenseByteVector.add(DenseByteVector bv,
boolean remainder)
Returns a new vector with the sum of the counts at each position. |
DenseByteVector |
DenseByteVector.concatenate(DenseByteVector bv)
Appends the argument at the end of this vector. |
DenseByteVector |
DenseByteVector.max(DenseByteVector bv)
Returns a new vector with the maximum of the counts at each position. |
DenseByteVector |
DenseByteVector.min(DenseByteVector 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 DenseByteVector | |
---|---|
DenseByteVector(DenseByteVector byteVector)
Creates a new vector initialized by the passed vector. |
|
DenseByteVectorCell(DenseByteVector byteVector)
Use the DenseBitVectorCellFactory to create instances of this
cell. |
|
DenseByteVectorCellFactory(DenseByteVector vector)
A copy of the specified vector is stored in the created byte vector cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |