Package org.knime.base.node.io.arffwriter

Contains the implementation of a node which writes the content of a data table into an ARFF file.

See:
          Description

Class Summary
ARFFWriterNodeDialog Contains the dialog for the ARFF file writer.
ARFFWriterNodeFactory  
ARFFWriterNodeModel  
 

Package org.knime.base.node.io.arffwriter Description

Contains the implementation of a node which writes the content of a data table into an ARFF file. ARFF files are ASCII data files. They consist of a header, specifying the structure and format of the data, and a data section which contains the actual data vectors. The writer creates standard ARFF files, sparse ARFF format is not supported yet. There is code in there for sparse file support, but as the reader as of now cannot read sparse files, we don't create them either.
See the org.knime.base.node.io.arffreader package for a detailed ARFF format description.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.