Package elki.clustering
Class AbstractProjectedClustering<R extends Clustering<?>>
- java.lang.Object
-
- elki.clustering.AbstractProjectedClustering<R>
-
- Type Parameters:
R
- the result we return
- All Implemented Interfaces:
Algorithm
,ClusteringAlgorithm<R>
public abstract class AbstractProjectedClustering<R extends Clustering<?>> extends java.lang.Object implements ClusteringAlgorithm<R>
- Since:
- 0.1
- Author:
- Elke Achtert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractProjectedClustering.Par
Parameterization class.-
Nested classes/interfaces inherited from interface elki.Algorithm
Algorithm.Utils
-
-
Constructor Summary
Constructors Constructor Description AbstractProjectedClustering(int k, int k_i, int l)
Internal constructor.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.Algorithm
getInputTypeRestriction
-
Methods inherited from interface elki.clustering.ClusteringAlgorithm
autorun
-
-