Package | Description |
---|---|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.result.optics |
Result classes for OPTICS.
|
de.lmu.ifi.dbs.elki.result.outlier |
Outlier result classes
|
de.lmu.ifi.dbs.elki.result.textwriter |
Text serialization (CSV, Gnuplot, Console, ...)
|
Modifier and Type | Class and Description |
---|---|
class |
OrderingFromDataStore<T extends Comparable<T>>
Result class providing an ordering backed by a hashmap.
|
Modifier and Type | Method and Description |
---|---|
static List<OrderingResult> |
ResultUtil.getOrderingResults(Result r)
Collect all ordering results from a Result
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClusterOrderResult.ClusterOrderAdapter
Ordering part of the result.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderingFromRelation
Ordering obtained from an outlier score.
|
Modifier and Type | Field and Description |
---|---|
private OrderingResult |
OutlierResult.ordering
Outlier ordering.
|
Modifier and Type | Method and Description |
---|---|
OrderingResult |
OutlierResult.getOrdering()
Get the outlier ordering
|
Modifier and Type | Method and Description |
---|---|
private void |
TextWriter.writeOrderingResult(Database db,
StreamFactory streamOpener,
OrderingResult or,
List<Relation<?>> ra,
List<SettingsResult> sr) |