Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

All Known Implementing Classes:
Bicluster, BiclusterWithInverted, CLIQUESubspace, Cluster, CorrelationAnalysisSolution, CorrelationModel, DimensionModel, LinearEquationModel, ParameterizationFunction, SODModel

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.2.1 (2009-07-13_1605)