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 class
OPTICSXi.SteepAreaResult
Result 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 class
IndexStatistics.IndexMetaResult
Result class. -
Uses of IterableResult in elki.evaluation.outlier
Classes in elki.evaluation.outlier that implement IterableResult Modifier and Type Class Description static class
JudgeOutlierScores.ScoreResult
Result object for outlier score judgements. -
Uses of IterableResult in elki.result
Classes in elki.result that implement IterableResult Modifier and Type Class Description class
CollectionResult<O>
Simple 'collection' type of result.class
HistogramResult
Histogram result.class
ReferencePointsResult<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 void
TextWriter. writeIterableResult(StreamFactory streamOpener, IterableResult<?> ri)
-