|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SparseByteVectorCell | |
---|---|
org.knime.core.data.vector.bytevector |
Uses of SparseByteVectorCell in org.knime.core.data.vector.bytevector |
---|
Methods in org.knime.core.data.vector.bytevector that return SparseByteVectorCell | |
---|---|
SparseByteVectorCell |
SparseByteVectorCellFactory.createDataCell()
Creates a DataCell from the currently stored byte vector. |
static SparseByteVectorCell |
SparseByteVectorCellFactory.max(ByteVectorValue bv1,
ByteVectorValue bv2)
Creates a sparse byte vector cell containing the result of the max operation on the passed operands (that is each position holds the maximum of the values of the operands). |
static SparseByteVectorCell |
SparseByteVectorCellFactory.min(ByteVectorValue bv1,
ByteVectorValue bv2)
Creates a sparse byte vector cell containing the result of the min operation on the passed operands (that is each position holds the minimum of the values of the operands). |
static SparseByteVectorCell |
SparseByteVectorCellFactory.sum(ByteVectorValue bv1,
ByteVectorValue bv2)
Creates a sparse byte vector cell containing the sum of the passed operands (that is each position holds the sum of the values of the operands). |
Methods in org.knime.core.data.vector.bytevector that return types with arguments of type SparseByteVectorCell | |
---|---|
static DataCellSerializer<SparseByteVectorCell> |
SparseByteVectorCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
Methods in org.knime.core.data.vector.bytevector with parameters of type SparseByteVectorCell | |
---|---|
void |
SparseByteVectorCellFactory.concatenate(SparseByteVectorCell bvCell)
Appends the argument at the end of the vector currently stored in the factory. |
void |
SparseByteVectorCellFactory.insert(SparseByteVectorCell bvCell)
Inserts the bytes at the lower positions of the current vector. |
Constructors in org.knime.core.data.vector.bytevector with parameters of type SparseByteVectorCell | |
---|---|
SparseByteVectorCellFactory(SparseByteVectorCell cell,
int startIdx,
int endIdx)
Initializes the vector from a subsequence of the specified cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |