public abstract class AbstractModel extends Object implements Model
Constructor and Description |
---|
AbstractModel() |
Modifier and Type | Method and Description |
---|---|
void |
writeToText(TextWriterStream out,
String label)
Implement writeToText as per
TextWriteable interface. |
public void writeToText(TextWriterStream out, String label)
TextWriteable
interface.
However BaseModel is not given the interface directly, since it is meant as
signal to make Models printable.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.