|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
com.rapidminer.operator.features.construction.RemoveUselessAttributes
public class RemoveUselessAttributes
This individual operator removes all attributes from the example set which has weight 0 or the same minimum and maximum values.
| Constructor Summary | |
|---|---|
RemoveUselessAttributes()
|
|
| Method Summary | |
|---|---|
java.util.List<ExampleSetBasedIndividual> |
operate(ExampleSetBasedIndividual individual)
Subclasses must implement this method providing a list of new individuals. |
| Methods inherited from class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator |
|---|
operate, performOperation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveUselessAttributes()
| Method Detail |
|---|
public java.util.List<ExampleSetBasedIndividual> operate(ExampleSetBasedIndividual individual)
throws java.lang.Exception
ExampleSetBasedIndividualOperator
operate in class ExampleSetBasedIndividualOperatorjava.lang.Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||