Package elki.algorithm
Miscellaneous algorithms.
-
Class Summary Class Description DependencyDerivator<V extends NumberVector> Dependency derivator computes quantitatively linear dependencies among attributes of a given dataset based on a linear correlation PCA.DependencyDerivator.Par<V extends NumberVector> Parameterization class.KNNDistancesSampler<O> Provides an order of the kNN-distances for all objects within the database.KNNDistancesSampler.KNNDistanceOrderResult Curve result for a list containing the knn distances.KNNDistancesSampler.Par<O> Parameterization class.KNNJoin Joins in a given spatial database to each object its k-nearest neighbors.KNNJoin.Par Parameterization class.KNNJoin.Task Task in the processing queue.NullAlgorithm Null algorithm, which does nothing.