Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use ClassLabel
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.database.connection Database connections are classes implementing data sources. 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
 

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

Subclasses of ClassLabel in de.lmu.ifi.dbs.elki.data
 class HierarchicalClassLabel
          A HierarchicalClassLabel is a ClassLabel to reflect a hierarchical structure of classes.
 class SimpleClassLabel
          A simple class label casting a String as it is as label.
 

Methods in de.lmu.ifi.dbs.elki.data with parameters of type ClassLabel
 int SimpleClassLabel.compareTo(ClassLabel o)
          The ordering of two SimpleClassLabels is given by the ordering on the Strings they represent.
 int HierarchicalClassLabel.compareTo(ClassLabel o)
          Compares two HierarchicalClassLabels.
 

Uses of ClassLabel in de.lmu.ifi.dbs.elki.database
 

Fields in de.lmu.ifi.dbs.elki.database with type parameters of type ClassLabel
static AssociationID<ClassLabel> AssociationID.CLASS
          The association id to associate a class (class label) to an object.
 

Methods in de.lmu.ifi.dbs.elki.database with type parameters of type ClassLabel
<O extends DatabaseObject,R extends Clustering<M>,M extends Model,L extends ClassLabel>
Database<O>
LabelsFromClustering.makeDatabaseFromClustering(Database<O> olddb, R clustering, Class<L> classLabel)
          Retrieve a cloned database that - does not contain noise points - has labels assigned based on the given clustering Useful for e.g. training a classifier based on a clustering.
<O extends DatabaseObject,R extends Clustering<M>,M extends Model,L extends ClassLabel>
Map<L,Database<O>>
PartitionsFromClustering.makeDatabasesFromClustering(Database<O> olddb, R clustering, Class<L> classLabel)
          Use an existing clustering to partition a database.
 

Uses of ClassLabel in de.lmu.ifi.dbs.elki.database.connection
 

Fields in de.lmu.ifi.dbs.elki.database.connection with type parameters of type ClassLabel
private  ClassParameter<ClassLabel> AbstractDatabaseConnection.CLASS_LABEL_CLASS_PARAM
          Parameter to specify the association of occurring class labels, must extend ClassLabel.
 

Uses of ClassLabel in de.lmu.ifi.dbs.elki.utilities
 

Methods in de.lmu.ifi.dbs.elki.utilities that return types with arguments of type ClassLabel
static SortedSet<ClassLabel> DatabaseUtil.getClassLabels(Database<?> database)
          Retrieves all class labels within the database.
 


Release 0.2 (2009-07-06_1820)