Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use BitVector
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.parser Parsers for different file formats and data types. 
 

Uses of BitVector in de.lmu.ifi.dbs.elki.algorithm
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm with type arguments of type BitVector
protected  BitSet[] APRIORI.frequentItemsets(BitSet[] candidates, Database<BitVector> database)
          Returns the frequent BitSets out of the given BitSets with respect to the given database.
protected  AprioriResult APRIORI.runInTime(Database<BitVector> database)
          Performs the APRIORI algorithm on the given database.
 

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

Methods in de.lmu.ifi.dbs.elki.data that return BitVector
 BitVector BitVector.multiplicate(double k)
          Returns a bit vector equal to this bit vector, if k is not 0, a bit vector with all components equal to zero otherwise.
 BitVector BitVector.negativeVector()
          Returns the inverse of the bit vector.
 BitVector BitVector.newInstance(Bit[] values)
          Creates and returns a new BitVector based on the passed values.
 BitVector BitVector.newInstance(List<Bit> values)
          Creates and returns a new BitVector based on the passed values.
 BitVector BitVector.nullVector()
          Returns a bit vector of equal dimensionality but containing 0 only.
 BitVector BitVector.plus(BitVector fv)
          Returns a bit vector corresponding to an XOR operation on this and the specified bit vector.
 BitVector BitVector.randomInstance(Bit min, Bit max, Random random)
          Returns the same as randomInstance(random).
 BitVector BitVector.randomInstance(BitVector min, BitVector max, Random random)
          Returns the same as randomInstance(random).
 BitVector BitVector.randomInstance(Random random)
          Returns a BitVector with random values.
 

Methods in de.lmu.ifi.dbs.elki.data with parameters of type BitVector
 BitVector BitVector.plus(BitVector fv)
          Returns a bit vector corresponding to an XOR operation on this and the specified bit vector.
 BitVector BitVector.randomInstance(BitVector min, BitVector max, Random random)
          Returns the same as randomInstance(random).
 

Uses of BitVector in de.lmu.ifi.dbs.elki.parser
 

Methods in de.lmu.ifi.dbs.elki.parser that return types with arguments of type BitVector
 ParsingResult<BitVector> BitVectorLabelParser.parse(InputStream in)
           
 ParsingResult<BitVector> SparseBitVectorLabelParser.parse(InputStream in)
           
 


Release 0.2.1 (2009-07-13_1605)