|
||||||||||
| 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.features.AbstractFeatureProcessing
com.rapidminer.operator.features.selection.AbstractFeatureSelection
com.rapidminer.operator.features.selection.RemoveUselessFeatures
public class RemoveUselessFeatures
Removes useless attribute from the example set. Useless attributes are
p
percent of all examples.t.
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_NOMINAL_SINGLE_VALUE_LOWER
The parameter name for "Removes all nominal attributes which provides less than the given amount of at least one value (-1: remove attributes with values occuring only once). |
static java.lang.String |
PARAMETER_NOMINAL_SINGLE_VALUE_UPPER
The parameter name for "Removes all nominal attributes which provides more than the given amount of only one value. |
static java.lang.String |
PARAMETER_NUMERICAL_MIN_DEVIATION
The parameter name for "Removes all numerical attributes with standard deviation less or equal to this threshold. |
| Constructor Summary | |
|---|---|
RemoveUselessFeatures(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_NUMERICAL_MIN_DEVIATION
public static final java.lang.String PARAMETER_NOMINAL_SINGLE_VALUE_UPPER
public static final java.lang.String PARAMETER_NOMINAL_SINGLE_VALUE_LOWER
| Constructor Detail |
|---|
public RemoveUselessFeatures(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 | |||||||||