|
||||||||||
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.data.type | Data type information, also used for type restrictions. |
de.lmu.ifi.dbs.elki.utilities | Utility and helper classes - commonly used data structures, output formatting, exceptions, ... |
de.lmu.ifi.dbs.elki.visualization.gui | Package to provide a visualization GUI. |
Uses of ClassLabel in de.lmu.ifi.dbs.elki.data |
---|
Classes in de.lmu.ifi.dbs.elki.data with type parameters of type ClassLabel | |
---|---|
static class |
ClassLabel.Factory<L extends ClassLabel>
Class label factory |
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.data.type |
---|
Fields in de.lmu.ifi.dbs.elki.data.type with type parameters of type ClassLabel | |
---|---|
static SimpleTypeInformation<ClassLabel> |
TypeUtil.CLASSLABEL
A class label |
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. |
static SortedSet<ClassLabel> |
DatabaseUtil.getClassLabels(Relation<? extends ClassLabel> database)
Retrieves all class labels within the database. |
Method parameters in de.lmu.ifi.dbs.elki.utilities with type arguments of type ClassLabel | |
---|---|
static SortedSet<ClassLabel> |
DatabaseUtil.getClassLabels(Relation<? extends ClassLabel> database)
Retrieves all class labels within the database. |
Uses of ClassLabel in de.lmu.ifi.dbs.elki.visualization.gui |
---|
Fields in de.lmu.ifi.dbs.elki.visualization.gui with type parameters of type ClassLabel | |
---|---|
(package private) Relation<ClassLabel> |
SelectionTableWindow.crep
Class label representation |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |