Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms
Clustering algorithms are supposed to implement the
Algorithm -Interface. |
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.evaluation.paircounting |
Evaluation of clustering results via pair counting.
|
de.lmu.ifi.dbs.elki.evaluation.roc |
Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)
|
de.lmu.ifi.dbs.elki.evaluation.similaritymatrix |
Render a distance matrix to visualize a clustering-distance-combination.
|
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, ...)
|
de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj |
Visualizers that do not use a particular projection.
|
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 |
---|---|
static class |
EvaluatePairCountingFMeasure.ScoreResult
Result object for outlier score judgements.
|
Modifier and Type | Class and Description |
---|---|
static class |
ComputeROCCurve.ROCResult
Result object for ROC curves.
|
Modifier and Type | Method and Description |
---|---|
private Iterator<DBID> |
ComputeROCCurve.getDBIDIterator(IterableResult<?> ir)
Wrap the uncheckable cast with the manual check.
|
Modifier and Type | Method and Description |
---|---|
private Iterator<DBID> |
ComputeSimilarityMatrixImage.getDBIDIterator(IterableResult<?> ir)
Wrap the uncheckable cast with the manual check.
|
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,
List<SettingsResult> sr) |
Modifier and Type | Field and Description |
---|---|
(package private) Iterator<IterableResult<?>> |
CurveVisFactory.CurveFilter.parent
Parent iterator to use
|
Modifier and Type | Method and Description |
---|---|
protected IterableResult<DoubleDoublePair> |
CurveVisFactory.CurveFilter.testFilter(IterableResult<?> nextobj) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<IterableResult<?>> |
CurveVisFactory.CurveFilter.getParentIterator() |
Iterator<IterableResult<DoubleDoublePair>> |
CurveVisFactory.CurveFilter.iterator() |
Modifier and Type | Method and Description |
---|---|
protected IterableResult<DoubleDoublePair> |
CurveVisFactory.CurveFilter.testFilter(IterableResult<?> nextobj) |
Constructor and Description |
---|
CurveVisFactory.CurveFilter(Iterator<IterableResult<?>> parent)
Constructor.
|