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