|
||||||||||
| 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.AbstractExampleSetProcessing
com.rapidminer.operator.preprocessing.AbstractDataProcessing
com.rapidminer.operator.preprocessing.filter.MergeNominalValues
public class MergeNominalValues
Merges two nominal values of a given regular attribute. To process special attributes like labels, wrap this operator by an AttributeSubsetPreprocessing operator with the parameter process_special_attributes enabled.
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_ATTRIBUTE_NAME
The parameter name for "The name of the nominal attribute which values should be merged. |
static java.lang.String |
PARAMETER_FIRST_VALUE
The parameter name for "The first value which should be merged. |
static java.lang.String |
PARAMETER_SECOND_VALUE
The parameter name for "The second value which should be merged. |
| Constructor Summary | |
|---|---|
MergeNominalValues(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
ExampleSet |
apply(ExampleSet exampleSet)
Delegate for the apply method. |
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
| Methods inherited from class com.rapidminer.operator.AbstractExampleSetProcessing |
|---|
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_ATTRIBUTE_NAME
public static final java.lang.String PARAMETER_FIRST_VALUE
public static final java.lang.String PARAMETER_SECOND_VALUE
| Constructor Detail |
|---|
public MergeNominalValues(OperatorDescription description)
| Method Detail |
|---|
public ExampleSet apply(ExampleSet exampleSet)
throws OperatorException
AbstractExampleSetProcessing
apply in class AbstractExampleSetProcessingOperatorExceptionpublic 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 | |||||||||