Uses of Interface
weka.filters.Sourcable

Packages that use Sourcable
weka.filters   
weka.filters.unsupervised.attribute   
 

Uses of Sourcable in weka.filters
 

Classes in weka.filters that implement Sourcable
 class AllFilter
          A simple instance filter that passes all instances directly through.
 

Methods in weka.filters with parameters of type Sourcable
static String Filter.wekaStaticWrapper(Sourcable filter, String className, Instances input, Instances output)
          generates source code from the filter
 

Uses of Sourcable in weka.filters.unsupervised.attribute
 

Classes in weka.filters.unsupervised.attribute that implement Sourcable
 class Center
          Centers all numeric attributes in the given dataset to have zero mean (apart from the class attribute, if set).
 class Normalize
          Normalizes all numeric values in the given dataset (apart from the class attribute, if set).
 class ReplaceMissingValues
          Replaces all missing values for nominal and numeric attributes in a dataset with the modes and means from the training data.
 class Standardize
          Standardizes all numeric attributes in the given dataset to have zero mean and unit variance (apart from the class attribute, if set).
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.