|
||||||||||
| 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.XrffExampleSetWriter
public class XrffExampleSetWriter
Writes values of all examples into an XRFF file which can be used
by the machine learning library Weka. The XRFF format is described in the
XrffExampleSource operator which is able to read XRFF files to
make them usable with RapidMiner.
Please note that writing attribute weights is not supported, please use the other RapidMiner operators for attribute weight loading and writing for this purpose.
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_COMPRESS
The parameter name for "Indicates if the data file should be compressed. |
static java.lang.String |
PARAMETER_EXAMPLE_SET_FILE
The parameter name for "File to save the example set to. |
| Constructor Summary | |
|---|---|
XrffExampleSetWriter(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_EXAMPLE_SET_FILE
public static final java.lang.String PARAMETER_COMPRESS
| Constructor Detail |
|---|
public XrffExampleSetWriter(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 | |||||||||