public class CoreObjectsModel extends AbstractModel implements TextWriteable
-gdbscan.core-model
flag is set.Modifier and Type | Field and Description |
---|---|
(package private) DBIDs |
core
Objects that are part of the cluster core.
|
Constructor and Description |
---|
CoreObjectsModel(DBIDs core)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DBIDs |
getCoreObjects()
Get the core object IDs.
|
String |
toString() |
void |
writeToText(TextWriterStream out,
String label)
Implement writeToText as per
TextWriteable interface. |
DBIDs core
public CoreObjectsModel(DBIDs core)
core
- Core objectspublic DBIDs getCoreObjects()
public void writeToText(TextWriterStream out, String label)
AbstractModel
TextWriteable
interface.
However BaseModel is not given the interface directly, since it is meant as
signal to make Models printable.writeToText
in interface TextWriteable
writeToText
in class AbstractModel
out
- Output steamlabel
- Optional label to prefixCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.