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. 
de.lmu.ifi.dbs.elki.distance Distances and (in subpackages) distance functions and similarity functions
 

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.
 Bit BitVector.scalarProduct(BitVector fv)
          Provides the scalar product (inner product) of this BitVector and the given BitVector.
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.
 

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

Methods in de.lmu.ifi.dbs.elki.distance that return Bit
 Bit BitDistance.getValue()
           
 

Methods in de.lmu.ifi.dbs.elki.distance with parameters of type Bit
(package private)  void BitDistance.setValue(Bit value)
           
 

Constructors in de.lmu.ifi.dbs.elki.distance with parameters of type Bit
BitDistance(Bit bit)
          Constructs a new BitDistance object that represents the bit argument.
 


Release 0.3 (2010-03-31_1612)