
public class MeanModel extends PrototypeModel<Vector> implements TextWriteable
prototype| Constructor and Description |
|---|
MeanModel(Vector mean)
Constructor with mean
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
getMean() |
protected String |
getPrototypeType()
Type of prototype (Median, Mean, ...) for printing.
|
getPrototype, writeToTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToTextpublic MeanModel(Vector mean)
mean - Cluster meanpublic Vector getMean()
protected String getPrototypeType()
PrototypeModelgetPrototypeType in class PrototypeModel<Vector>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.