Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.Bit

Packages that use Bit
de.lmu.ifi.dbs.elki.data Package collects basic classes for different data types, database object types and label types. 
 

Uses of Bit in de.lmu.ifi.dbs.elki.data
 

Methods in de.lmu.ifi.dbs.elki.data that return Bit
 Bit BitVector.getValue(int dimension)
           
static Bit Bit.valueOf(String bit)
          Method to construct a Bit for a given String expression.
 

Methods in de.lmu.ifi.dbs.elki.data with parameters of type Bit
 BitVector BitVector.newInstance(Bit[] values)
           
 BitVector BitVector.randomInstance(Bit min, Bit max, Random random)
          Returns the same as randomInstance(Random).
 

Constructors in de.lmu.ifi.dbs.elki.data with parameters of type Bit
BitVector(Bit[] bits)
          Provides a new BitVector corresponding to the bits in the given array.
 


Release 0.1 (2008-07-10_1838)