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, writeToText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeToText
public MeanModel(double[] mean)
mean
- Cluster meanpublic double[] getMean()
public java.lang.String getPrototypeType()
PrototypeModel
getPrototypeType
in interface PrototypeModel<double[]>
getPrototypeType
in class SimplePrototypeModel<double[]>
Copyright © 2019 ELKI Development Team. License information.