Package elki.result.textwriter.writers
Serialization handlers for individual data types.
-
Class Summary Class Description TextWriterConfusionMatrixResult Write a classification evaluation to a text file.TextWriterDoubleArray Write a double array.TextWriterDoubleDoublePair Write a pairTextWriterIgnore Ignore the given object when serializing to text.TextWriterIntArray Write a double array.TextWriterObjectArray<T> Write an object into the inline section, using the objects toString method.TextWriterObjectComment Write an object into the comments section, using the objects toString() method.TextWriterObjectInline Write an object into the inline section, using the objects toString method.TextWriterPair Write a pairTextWriterTextWriteable Write an object, using the objects ownTextWriteable
interface.TextWriterXYCurve Serialize an XYCurve to text.