Package com.rapidminer.operator.preprocessing.filter.attributes

This package contains the attribute filter.

See:
          Description

Interface Summary
AttributeFilterCondition This interface must be implemented by classes implementing an AttributeFilterCondition for the AttributeFilter operator.
 

Class Summary
AbstractAttributeFilterCondition  
AttributeFilter This operator filters the attributes of an exampleSet.
BlockTypeAttributeFilter This condition filters out all attributes whose block type does not match the one given in the parameter block_type.
DateAttributeFilter This class implements the condition if an attribute is numeric.
MissingValuesAttributeFilter This condition checks whether an attribute contains less than a specified fraction of missing values.
NominalAttributeFilter This class implements the condition if an attribute is nominal.
NoMissingValuesAttributeFilter This class implements a no missing value filter for attributes.
NumericalAttributeFilter This class implements the condition if an attribute is numeric.
NumericValueAttributeFilter This class implements a condition for the AttributeFilter operator.
RegexpAttributeFilter This Attribute Filter removes every attribute, which name does not match the Regular expression given by parameter.
SingleAttributeFilter  
SubsetAttributeFilter A filter condition for subsets of attributes.
TransparentAttributeFilter This filter actually does nothing and removes no attribute.
ValueTypeAttributeFilter  
 

Enum Summary
AttributeFilterCondition.ScanResult  
 

Package com.rapidminer.operator.preprocessing.filter.attributes Description

This package contains the attribute filter.



Copyright © 2001-2009 by Rapid-I