Search Java Classes and Packages
Search Java Frameworks and Libraries
#Weka.filters.supervised.attribute Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| AddClassification | A filter for adding the classification, the class distribution and an error flag to a dataset with a classifier. | Class | weka.filters.supervised.attribute | Weka |
|
| AttributeSelection | A supervised attribute filter that can be used to select attributes. | Class | weka.filters.supervised.attribute | Weka |
|
| ClassConditionalProbabilities | Converts the values of nominal and/or numeric attributes into class conditional probabilities. | Class | weka.filters.supervised.attribute | Weka |
|
| ClassOrder | Changes the order of the classes so that the class values are no longer of in the order specified in the header. | Class | weka.filters.supervised.attribute | Weka |
|
| Discretize | An instance filter that discretizes a range of numeric attributes in the dataset into nominal attributes. | Class | weka.filters.supervised.attribute | Weka |
|
| NominalToBinary | Converts all nominal attributes into binary numeric attributes. | Class | weka.filters.supervised.attribute | Weka |
|
| PartitionMembership | * A filter that uses a PartitionGenerator to generate partition membership values; filtered instances are composed of these values plus the class attribute (if set in the input data) and rendered as sparse instances. | Class | weka.filters.supervised.attribute | Weka |