public class MeanModel extends SimplePrototypeModel<double[]> implements TextWriteable
prototype| Constructor and Description |
|---|
MeanModel(double[] mean)
Constructor with mean
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getMean()
Get the mean.
|
java.lang.String |
getPrototypeType()
Type of prototype (Median, Mean, ...) for printing.
|
getPrototype, prototypeToString, toString, writeToTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwriteToTextpublic MeanModel(double[] mean)
mean - Cluster meanpublic double[] getMean()
public java.lang.String getPrototypeType()
PrototypeModelgetPrototypeType in interface PrototypeModel<double[]>getPrototypeType in class SimplePrototypeModel<double[]>Copyright © 2019 ELKI Development Team. License information.