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, writeToText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
writeToText
public MeanModel(Vector mean)
mean
- Cluster meanpublic Vector getMean()
protected String getPrototypeType()
PrototypeModel
getPrototypeType
in class PrototypeModel<Vector>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.