public static class KMeansCompare.Parameterizer<V extends NumberVector> extends AbstractKMeans.Parameterizer<V>
initializer, k, maxiter, varstatdistanceFunction| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected KMeansCompare<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected boolean | 
needsMetric()
Users could use other non-metric distances at their own risk; but some
 k-means variants make explicit use of the triangle inequality, we emit
 extra warnings then. 
 | 
getParameterDistanceFunction, getParameterInitialization, getParameterK, getParameterMaxIter, getParameterVarstat, makeOptionsconfigure, makeprotected boolean needsMetric()
AbstractKMeans.ParameterizerneedsMetric in class AbstractKMeans.Parameterizer<V extends NumberVector>true if the algorithm uses triangle inequalityprotected KMeansCompare<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractKMeans.Parameterizer<V extends NumberVector>Copyright © 2019 ELKI Development Team. License information.