|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition
com.rapidminer.operator.preprocessing.filter.attributes.NumericalAttributeFilter
public class NumericalAttributeFilter
This class implements the condition if an attribute is numeric. All non-numerical attributes will be removed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.rapidminer.operator.preprocessing.filter.attributes.AttributeFilterCondition |
|---|
AttributeFilterCondition.ScanResult |
| Constructor Summary | |
|---|---|
NumericalAttributeFilter()
|
|
| Method Summary | |
|---|---|
AttributeFilterCondition.ScanResult |
beforeScanCheck(Attribute attribute)
This method initializes this condition and resets all counters. |
| Methods inherited from class com.rapidminer.operator.preprocessing.filter.attributes.AbstractAttributeFilterCondition |
|---|
check, checkAfterFullScan, getParameterTypes, init, isNeedingFullScan, isNeedingScan |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumericalAttributeFilter()
| Method Detail |
|---|
public AttributeFilterCondition.ScanResult beforeScanCheck(Attribute attribute)
throws UserError
AttributeFilterCondition
attribute - this is the attribute, the filter will have to check for.
UserError
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||