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 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)
          Returns the value in the specified 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)
          Creates and returns a new BitVector based on the passed values.
 BitVector BitVector.randomInstance(Bit min, Bit max, Random random)
          Returns the same as randomInstance(random).
 

Method parameters in de.lmu.ifi.dbs.elki.data with type arguments of type Bit
 BitVector BitVector.newInstance(List<Bit> values)
          Creates and returns a new BitVector based on the passed values.
 

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.
 

Constructor parameters in de.lmu.ifi.dbs.elki.data with type arguments of type Bit
BitVector(List<Bit> bits)
          Provides a new BitVector corresponding to the bits in the given list.
 


Release 0.2.1 (2009-07-13_1605)