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