Package edu.udo.cs.yale.operator.preprocessing.discretization

Contains discretization operators which can be used to transform numerical into nominal attributes.

See:
          Description

Class Summary
Discretization The superclass of all discretization filters.
FrequencyDiscretizer An example filter that discretizes all numeric attributes in the dataset into nominal attributes.
FrequencyDiscretizerExample A helperclass for the preprocessing operator FrequencyDiscretizer.
MinimalEntropyPartitioning A filter that discretizes all numeric attributes in the dataset into nominal attributes.
SimpleBinDiscretization An example filter that discretizes all numeric attributes in the dataset into nominal attributes.
 

Package edu.udo.cs.yale.operator.preprocessing.discretization Description

Contains discretization operators which can be used to transform numerical into nominal attributes.



Copyright © 2001-2006