Uses of Class
org.knime.core.data.vector.bytevector.SparseByteVector

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.