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, writeToText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeToText
public MedoidModel(DBID medoid)
medoid
- Cluster medoidpublic DBID getMedoid()
public java.lang.String getPrototypeType()
PrototypeModel
getPrototypeType
in interface PrototypeModel<DBID>
getPrototypeType
in class SimplePrototypeModel<DBID>
Copyright © 2019 ELKI Development Team. License information.