| Package | Description | 
|---|---|
| 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.data.type | 
 Data type information, also used for type restrictions. 
 | 
| de.lmu.ifi.dbs.elki.datasource.parser | 
 Parsers for different file formats and data types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected BitSet[] | 
APRIORI.frequentItemsets(Map<BitSet,Integer> support,
                BitSet[] candidates,
                Relation<BitVector> database)
Returns the frequent BitSets out of the given BitSets with respect to the
 given database. 
 | 
AprioriResult | 
APRIORI.run(Database database,
   Relation<BitVector> relation)
Performs the APRIORI algorithm on the given database. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ByteBufferSerializer<BitVector> | 
BitVector.SHORT_SERIALIZER
Serializer for up to 2^15-1 dimensions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BitVector | 
BitVector.ShortSerializer.fromByteBuffer(ByteBuffer buffer)  | 
<A> BitVector | 
BitVector.Factory.newFeatureVector(A array,
                ArrayAdapter<Bit,A> adapter)  | 
<A> BitVector | 
BitVector.Factory.newNumberVector(A array,
               NumberArrayAdapter<?,? super A> adapter)  | 
| Modifier and Type | Method and Description | 
|---|---|
ByteBufferSerializer<BitVector> | 
BitVector.Factory.getDefaultSerializer()  | 
Class<? super BitVector> | 
BitVector.Factory.getRestrictionClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
BitVector.ShortSerializer.getByteSize(BitVector vec)  | 
void | 
BitVector.ShortSerializer.toByteBuffer(ByteBuffer buffer,
            BitVector vec)  | 
| Modifier and Type | Field and Description | 
|---|---|
static VectorFieldTypeInformation<BitVector> | 
TypeUtil.BIT_VECTOR_FIELD
Input type for algorithms that require number vector fields. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected VectorFieldTypeInformation<BitVector> | 
SparseBitVectorLabelParser.getTypeInformation(int dimensionality)  | 
protected VectorFieldTypeInformation<BitVector> | 
BitVectorLabelParser.getTypeInformation(int dimensionality)  |