|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| 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 | ||
|---|---|---|
|
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. |
|
|
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 ObjectParameter<ClassLabel> |
AbstractDatabaseConnection.CLASS_LABEL_CLASS_PARAM
Parameter to specify the association of occurring class labels, must extend ClassLabel. |
private Class<? extends ClassLabel> |
AbstractDatabaseConnection.classLabelClass
Holds the value of AbstractDatabaseConnection.CLASS_LABEL_CLASS_PARAM. |
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||