Uses of Class
com.rapidminer.operator.io.AbstractWriter

Packages that use AbstractWriter
com.rapidminer.operator.io Operators to read data from files or write them into files. 
 

Uses of AbstractWriter in com.rapidminer.operator.io
 

Subclasses of AbstractWriter in com.rapidminer.operator.io
 class AbstractExampleSetWriter
          Abstract super type of example set writing operators.
 class ArffExampleSetWriter
          Writes values of all examples into an ARFF file which can be used by the machine learning library Weka.
 class AttributeWeightsWriter
          Writes the weights of all attributes of an example set to a file.
 class CSVExampleSetWriter
          This operator can be used to write data into CSV files (Comma Separated Values).
 class DatabaseExampleSetWriter
          This operator writes an ExampleSet into an SQL database.
 class ExampleSetWriter
          Writes values of all examples in an ExampleSet to a file.
 class ExcelExampleSetWriter
          This operator can be used to write data into Microsoft Excel spreadsheets.
 class ModelWriter
          Writes the input model in the file specified by the corresponding parameter.
 class ParameterSetWriter
          Writes a parameter set into a file.
 class PerformanceWriter
          Writes the input performance vector in a given file.
 class ThresholdWriter
          Writes the given threshold into a file.
 class XrffExampleSetWriter
          Writes values of all examples into an XRFF file which can be used by the machine learning library Weka.
 



Copyright © 2001-2009 by Rapid-I