|
||||||||||
| 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.InternalBinominalRemapping
public class InternalBinominalRemapping
Correct internal mapping of binominal attributes according to the specified positive and negative values. If the internal mapping differs from the specifications, the mapping is switched. If the mapping contains other values than the specified ones, the mapping is not corrected and the attribute is simply skipped.
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_APPLY_TO_SPECIAL_FEATURES
The parameter name for "Consider also special attributes (label, id...) |
static java.lang.String |
PARAMETER_ATTRIBUTES
The parameter name for "The attributes to which the mapping correction should be applied. |
static java.lang.String |
PARAMETER_NEGATIVE_VALUE
The parameter name for "The first/negative/false value. |
static java.lang.String |
PARAMETER_POSITIVE_VALUE
The parameter name for "The second/positive/true value. |
| Constructor Summary | |
|---|---|
InternalBinominalRemapping(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_ATTRIBUTES
public static final java.lang.String PARAMETER_APPLY_TO_SPECIAL_FEATURES
public static final java.lang.String PARAMETER_NEGATIVE_VALUE
public static final java.lang.String PARAMETER_POSITIVE_VALUE
| Constructor Detail |
|---|
public InternalBinominalRemapping(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 | |||||||||