Uses of Interface
elki.result.IterableResult
-
Packages that use IterableResult Package Description elki.clustering.optics OPTICS family of clustering algorithms.elki.evaluation.index Simple index evaluation methods.elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model.elki.result Result types, representation and handling.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...). -
-
Uses of IterableResult in elki.clustering.optics
Classes in elki.clustering.optics that implement IterableResult Modifier and Type Class Description static classOPTICSXi.SteepAreaResultResult containing the xi-steep areas. -
Uses of IterableResult in elki.evaluation.index
Classes in elki.evaluation.index that implement IterableResult Modifier and Type Class Description static classIndexStatistics.IndexMetaResultResult class. -
Uses of IterableResult in elki.evaluation.outlier
Classes in elki.evaluation.outlier that implement IterableResult Modifier and Type Class Description static classJudgeOutlierScores.ScoreResultResult object for outlier score judgements. -
Uses of IterableResult in elki.result
Classes in elki.result that implement IterableResult Modifier and Type Class Description classCollectionResult<O>Simple 'collection' type of result.classHistogramResultHistogram result.classReferencePointsResult<O>Result used in passing the reference points to the visualizers.Methods in elki.result that return types with arguments of type IterableResult Modifier and Type Method Description static java.util.List<IterableResult<?>>ResultUtil. getIterableResults(java.lang.Object r)Return all Iterable results -
Uses of IterableResult in elki.result.textwriter
Methods in elki.result.textwriter with parameters of type IterableResult Modifier and Type Method Description private voidTextWriter. writeIterableResult(StreamFactory streamOpener, IterableResult<?> ri)
-