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.distancevalue Distance values, i.e. object storing an actual distance value along with comparison functions and value parsers. 
 

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.
 

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.distancevalue
 

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

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

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


Release 0.4.0 (2011-09-20_1324)