Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result.textwriter
Interface TextWriteable

All Known Implementing Classes:
Bicluster, BiclusterWithInverted, Cluster, CorrelationAnalysisSolution, CorrelationModel, DimensionModel, LinearEquationModel, ParameterizationFunction, SOD.SODModel, SubspaceAndMeanModel, SubspaceModel

public interface TextWriteable

Interface for objects providing a text serialization suitable for human reading and storage in CSV files.

Author:
Erich Schubert

Method Summary
 void writeToText(TextWriterStream out, String label)
          Write self to the given TextWriterStream
 

Method Detail

writeToText

void writeToText(TextWriterStream out,
                 String label)
Write self to the given TextWriterStream

Parameters:
out - Output writer
label - Label

Release 0.3 (2010-03-31_1612)