Uses of Interface
weka.filters.Sourcable
Packages that use Sourcable
-
Uses of Sourcable in weka.filters
Classes in weka.filters that implement SourcableModifier and TypeClassDescriptionclass
A simple instance filter that passes all instances directly through.Methods in weka.filters with parameters of type Sourcable -
Uses of Sourcable in weka.filters.unsupervised.attribute
Classes in weka.filters.unsupervised.attribute that implement SourcableModifier and TypeClassDescriptionclass
Centers all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).class
Normalizes all numeric values in the given dataset (apart from the class attribute, if set).class
Replaces all missing values for nominal and numeric attributes in a dataset with the modes and means from the training data.class
Standardizes all numeric attributes in the given dataset to have zero mean and unit variance (apart from the class attribute, if set).