Uses of Interface
elki.parallel.processor.Processor.Instance
-
Packages that use Processor.Instance Package Description elki.clustering.dbscan.parallel Parallel versions of Generalized DBSCAN.elki.clustering.kmeans.parallel Parallelized implementations of k-means.elki.outlier.distance.parallel Parallel implementations of distance-based outlier detectors.elki.outlier.lof.parallel Parallelized variants of LOF.elki.parallel.processor Processor API of ELKI, and some essential shared processors. -
-
Uses of Processor.Instance in elki.clustering.dbscan.parallel
Classes in elki.clustering.dbscan.parallel that implement Processor.Instance Modifier and Type Class Description private class
ParallelGeneralizedDBSCAN.Instance.Mapper
Instance to process part of the data set, for a single iteration.Methods in elki.clustering.dbscan.parallel with parameters of type Processor.Instance Modifier and Type Method Description void
ParallelGeneralizedDBSCAN.Instance. cleanup(Processor.Instance inst)
-
Uses of Processor.Instance in elki.clustering.kmeans.parallel
Classes in elki.clustering.kmeans.parallel that implement Processor.Instance Modifier and Type Class Description static class
KMeansProcessor.Instance<V extends NumberVector>
Instance to process part of the data set, for a single iteration.Methods in elki.clustering.kmeans.parallel with parameters of type Processor.Instance Modifier and Type Method Description void
KMeansProcessor. cleanup(Processor.Instance inst)
-
Uses of Processor.Instance in elki.outlier.distance.parallel
Classes in elki.outlier.distance.parallel that implement Processor.Instance Modifier and Type Class Description private static class
KNNWeightProcessor.Instance
Instance for precomputing the kNN. -
Uses of Processor.Instance in elki.outlier.lof.parallel
Classes in elki.outlier.lof.parallel that implement Processor.Instance Modifier and Type Class Description private class
LOFProcessor.Instance
Instanceprivate class
LRDProcessor.Instance
Instanceprivate class
SimplifiedLRDProcessor.Instance
Instance -
Uses of Processor.Instance in elki.parallel.processor
Classes in elki.parallel.processor that implement Processor.Instance Modifier and Type Class Description static class
AbstractDoubleProcessor.Instance
Instance.private static class
DoubleMinMaxProcessor.Instance
Instance for a particular sub-channel / part of the data set.static class
KDistanceProcessor.Instance
Instance for precomputing the kNN.static class
KNNProcessor.Instance
Instance for precomputing the kNN.class
WriteDataStoreProcessor.Instance
Instance for a sub-channel.class
WriteDoubleDataStoreProcessor.Instance
Instance for a sub-channel.class
WriteIntegerDataStoreProcessor.Instance
Instance for a sub-channel.Methods in elki.parallel.processor that return Processor.Instance Modifier and Type Method Description abstract Processor.Instance
AbstractDoubleProcessor. instantiate(Executor exectutor)
Processor.Instance
Processor. instantiate(Executor executor)
Create an instance.Methods in elki.parallel.processor with parameters of type Processor.Instance Modifier and Type Method Description void
AbstractDoubleProcessor. cleanup(Processor.Instance inst)
void
DoubleMinMaxProcessor. cleanup(Processor.Instance inst)
void
KNNProcessor. cleanup(Processor.Instance inst)
void
Processor. cleanup(Processor.Instance inst)
Invoke cleanup.void
WriteDataStoreProcessor. cleanup(Processor.Instance inst)
void
WriteDoubleDataStoreProcessor. cleanup(Processor.Instance inst)
void
WriteIntegerDataStoreProcessor. cleanup(Processor.Instance inst)
-