|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.Operator
com.rapidminer.operator.io.AbstractWriter<ExampleSet>
com.rapidminer.operator.io.AbstractExampleSetWriter
com.rapidminer.operator.io.CSVExampleSetWriter
public class CSVExampleSetWriter
This operator can be used to write data into CSV files (Comma Separated Values). The values and columns are separated by ";". Missing data values are indicated by empty cells.
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_COLUMN_SEPARATOR
The parameter name for the column separator parameter. |
static java.lang.String |
PARAMETER_CSV_FILE
The parameter name for "The CSV file which should be written. |
static java.lang.String |
PARAMETER_QUOTE_NOMINAL_VALUES
Indicates if nominal values should be quoted with double quotes. |
static java.lang.String |
PARAMETER_WRITE_ATTRIBUTE_NAMES
Indicates if the attribute names should be written as first row. |
| Constructor Summary | |
|---|---|
CSVExampleSetWriter(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
ExampleSet |
write(ExampleSet exampleSet)
Creates (or reads) the ExampleSet that will be returned by AbstractWriter.apply(). |
| Methods inherited from class com.rapidminer.operator.io.AbstractWriter |
|---|
apply, getInputClasses, getOutputClasses |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PARAMETER_CSV_FILE
public static final java.lang.String PARAMETER_COLUMN_SEPARATOR
public static final java.lang.String PARAMETER_WRITE_ATTRIBUTE_NAMES
public static final java.lang.String PARAMETER_QUOTE_NOMINAL_VALUES
| Constructor Detail |
|---|
public CSVExampleSetWriter(OperatorDescription description)
| Method Detail |
|---|
public ExampleSet write(ExampleSet exampleSet)
throws OperatorException
AbstractWriterAbstractWriter.apply().
write in class AbstractWriter<ExampleSet>OperatorExceptionpublic java.util.List<ParameterType> getParameterTypes()
Operator
getParameterTypes in interface ParameterHandlergetParameterTypes in class Operator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||