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.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
de.lmu.ifi.dbs.elki.converter Converter classes as bridges between different formats. 
de.lmu.ifi.dbs.elki.data Package collects basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.database Package collects variants of databases and related classes. 
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
 

Uses of ClassLabel in de.lmu.ifi.dbs.elki.algorithm.result.clustering
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering with type parameters of type ClassLabel
<L extends ClassLabel<L>>
void
PartitionClusteringResults.appendModel(L clusterID, Result<O> model)
           
<L extends ClassLabel<L>>
void
Clusters.appendModel(L clusterID, Result<O> model)
           
<L extends ClassLabel<L>>
void
ClustersPlusNoise.appendModel(L clusterID, Result<O> model)
           
<L extends ClassLabel<L>>
void
ClusteringResult.appendModel(L clusterID, Result<O> model)
          Appends a model the designated cluster.
<L extends ClassLabel<L>>
Database<O>
PartitionClusteringResults.associate(Class<L> classLabel)
          Returns a database containing only non-noise objects.
<L extends ClassLabel<L>>
Database<O>
Clusters.associate(Class<L> classLabel)
           
<L extends ClassLabel<L>>
Database<O>
ClustersPlusNoise.associate(Class<L> classLabel)
           
<L extends ClassLabel<L>>
Database<O>
ClusteringResult.associate(Class<L> classLabel)
          Returns a new Database containing only non-noise Objects with a clusterID associated as AssociationID#CLASS.
protected
<L extends ClassLabel<L>>
Integer
Clusters.classLabelToClusterID(L classLabel)
          todo comment
protected
<L extends ClassLabel<L>>
Integer
ClustersPlusNoise.classLabelToClusterID(L classLabel)
          todo coment
<L extends ClassLabel<L>>
Map<L,Database<O>>
PartitionClusteringResults.clustering(Class<L> classLabel)
          Returns a mapping to databases containing only non-noise objects.
<L extends ClassLabel<L>>
Map<L,Database<O>>
Clusters.clustering(Class<L> classLabel)
           
<L extends ClassLabel<L>>
Map<L,Database<O>>
ClustersPlusNoise.clustering(Class<L> classLabel)
           
<L extends ClassLabel<L>>
Map<L,Database<O>>
ClusteringResult.clustering(Class<L> classLabel)
          Returns a Map of ClassLabel to Database, comprising a separate database for each cluster.
 

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

Classes in de.lmu.ifi.dbs.elki.converter with type parameters of type ClassLabel
 class WekaNominalAttribute<L extends ClassLabel<L>>
          A nominal attribute.
 

Fields in de.lmu.ifi.dbs.elki.converter declared as ClassLabel
private  L WekaNominalAttribute.value
          Holds the value.
 

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

Classes in de.lmu.ifi.dbs.elki.data with type parameters of type ClassLabel
 class ClassLabel<L extends ClassLabel<L>>
          A ClassLabel to identify a certain class of objects that is to discern from other classes by a classifier.
 

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.
 

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.
 

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<?>> Util.getClassLabels(Database<?> database)
          Retrieves all class labels within the database.
 


Release 0.1 (2008-07-10_1838)