R - the result we returnV - the type of FeatureVector handled by this Algorithmpublic abstract class AbstractProjectedClustering<R extends Clustering<?>,V extends NumberVector> extends AbstractAlgorithm<R> implements ClusteringAlgorithm<R>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractProjectedClustering.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
k
Holds the value of
AbstractProjectedClustering.Parameterizer.K_ID. |
protected int |
k_i
Holds the value of
AbstractProjectedClustering.Parameterizer.K_I_ID. |
protected int |
l
Holds the value of
AbstractProjectedClustering.Parameterizer.L_ID. |
ALGORITHM_ID| Constructor and Description |
|---|
AbstractProjectedClustering(int k,
int k_i,
int l)
Internal constructor.
|
getInputTypeRestriction, getLogger, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrungetInputTypeRestrictionprotected int k
AbstractProjectedClustering.Parameterizer.K_ID.protected int k_i
AbstractProjectedClustering.Parameterizer.K_I_ID.protected int l
AbstractProjectedClustering.Parameterizer.L_ID.Copyright © 2019 ELKI Development Team. License information.