| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | 
 Clustering algorithms. 
 | 
| de.lmu.ifi.dbs.elki.evaluation.index | 
 Simple index evaluation methods 
 | 
| de.lmu.ifi.dbs.elki.evaluation.outlier | 
 Evaluate an outlier score using a misclassification based cost model. 
 | 
| 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.textwriter | 
 Text serialization (CSV, Gnuplot, Console, ...) 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OPTICSXi.SteepAreaResult
Result containing the chi-steep areas. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IndexStatistics.IndexMetaResult
Result class. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JudgeOutlierScores.ScoreResult
Result object for outlier score judgements. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CollectionResult<O>
Simple 'collection' type of result. 
 | 
class  | 
HistogramResult<O>
Histogram result. 
 | 
class  | 
KNNDistanceOrderResult<D extends Distance<D>>
Wraps a list containing the knn distances. 
 | 
class  | 
ReferencePointsResult<O>
Result used in passing the reference points to the visualizers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<IterableResult<?>> | 
ResultUtil.getIterableResults(Result r)
Return all Iterable results 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClusterOrderResult<D extends Distance<D>>
Class to store the result of an ordering clustering algorithm such as OPTICS. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
TextWriter.writeIterableResult(StreamFactory streamOpener,
                   IterableResult<?> ri)  |