| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassLabel.Factory<L extends ClassLabel>
Class label factory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SimpleTypeInformation<ClassLabel> | 
TypeUtil.CLASSLABEL
A class label. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SortedSet<ClassLabel> | 
DatabaseUtil.getClassLabels(Relation<? extends ClassLabel> database)
Retrieves all class labels within the database. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) Relation<ClassLabel> | 
SelectionTableWindow.crep
Class label representation 
 |