Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.optics |
OPTICS family of clustering algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace |
Axis-parallel subspace clustering algorithms
The clustering algorithms in this package are instances of both, projected
clustering algorithms or subspace clustering algorithms according to the
classical but somewhat obsolete classification schema of clustering
algorithms for axis-parallel subspaces.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
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 |
ClusterOrder
Class to store the result of an ordering clustering algorithm such as OPTICS.
|
class |
CorrelationClusterOrder
Cluster order entry for correlation-based OPTICS variants.
|
Modifier and Type | Class and Description |
---|---|
static class |
DiSH.DiSHClusterOrder
DiSH cluster order.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderingFromDataStore<T extends java.lang.Comparable<T>>
Result class providing an ordering backed by a hashmap.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<OrderingResult> |
ResultUtil.getOrderingResults(Result r)
Collect all ordering results from a 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,
java.util.List<Relation<?>> ra) |
Copyright © 2019 ELKI Development Team. License information.