Package | Description |
---|---|
de.lmu.ifi.dbs.elki.result.textwriter |
Text serialization (CSV, Gnuplot, Console, ...)
|
de.lmu.ifi.dbs.elki.result.textwriter.writers |
Serialization handlers for individual data types.
|
Modifier and Type | Field and Description |
---|---|
private TextWriterWriterInterface<?> |
TextWriter.fallback
Fallback writer for unknown objects.
|
private TextWriterWriterInterface<?> |
TextWriterStream.fallbackwriter
Fallback writer, using toString.
|
Modifier and Type | Field and Description |
---|---|
static HandlerList<TextWriterWriterInterface<?>> |
TextWriter.writers
Hash map for supported classes in writer.
|
private HandlerList<TextWriterWriterInterface<?>> |
TextWriterStream.writers
Handlers for various object types.
|
Modifier and Type | Method and Description |
---|---|
TextWriterWriterInterface<?> |
TextWriterStream.getWriterFor(java.lang.Object o)
Retrieve an appropriate writer from the handler list.
|
Constructor and Description |
---|
TextWriterStream(java.io.PrintStream out,
HandlerList<TextWriterWriterInterface<?>> writers,
TextWriterWriterInterface<?> fallback)
Constructor.
|
Constructor and Description |
---|
TextWriterStream(java.io.PrintStream out,
HandlerList<TextWriterWriterInterface<?>> writers,
TextWriterWriterInterface<?> fallback)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
TextWriterConfusionMatrixResult
Write a classification evaluation to a text file.
|
class |
TextWriterDoubleArray
Write a double array.
|
class |
TextWriterDoubleDoublePair
Write a pair
|
class |
TextWriterIgnore
Ignore the given object when serializing to text.
|
class |
TextWriterIntArray
Write a double array.
|
class |
TextWriterObjectArray<T>
Write an object into the inline section, using the objects toString method.
|
class |
TextWriterObjectComment
Write an object into the comments section, using the objects toString()
method.
|
class |
TextWriterObjectInline
Write an object into the inline section, using the objects toString method.
|
class |
TextWriterPair
Write a pair
|
class |
TextWriterTextWriteable
Write an object, using the objects own
TextWriteable interface. |
class |
TextWriterXYCurve
Serialize an XYCurve to text.
|
Copyright © 2019 ELKI Development Team. License information.