Uses of Class
adams.data.weka.predictions.AbstractErrorScaler
-
Packages that use AbstractErrorScaler Package Description adams.data.weka.predictions adams.flow.sink -
-
Uses of AbstractErrorScaler in adams.data.weka.predictions
Subclasses of AbstractErrorScaler in adams.data.weka.predictions Modifier and Type Class Description classAutoScalerApplies the specified numeric scaler to the data in case of a numeric class attribute, otherwise just passes on the data.classFixedSizeErrorScalerScales the errors to a fixed size.classNumericErrorScalerWithReferenceScales the errors for numeric class attributes, using an user-specified error as reference point for a specified size.classRelativeNumericErrorScalerScales the errors for numeric class attributes.classRoundErrorScalerPerforms no scaling at all, just rounds the error to the next integer.Fields in adams.data.weka.predictions declared as AbstractErrorScaler Modifier and Type Field Description protected AbstractErrorScalerAutoScaler. m_Scalerthe scaler to use for numeric classes.Methods in adams.data.weka.predictions that return AbstractErrorScaler Modifier and Type Method Description static AbstractErrorScalerAbstractErrorScaler. forCommandLine(String cmdline)Instantiates the scaler from the given commandline (i.e., classname and optional options).static AbstractErrorScalerAbstractErrorScaler. forName(String classname, String[] options)Instantiates the scaler with the given options.AbstractErrorScalerAutoScaler. getScaler()Returns the scaler for numeric data.AbstractErrorScalerAbstractErrorScaler. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractErrorScalerAbstractErrorScaler. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.weka.predictions with parameters of type AbstractErrorScaler Modifier and Type Method Description voidAutoScaler. setScaler(AbstractErrorScaler value)Sets the scaler to use for numeric data. -
Uses of AbstractErrorScaler in adams.flow.sink
Fields in adams.flow.sink declared as AbstractErrorScaler Modifier and Type Field Description protected AbstractErrorScalerWekaClassifierErrors.DataGenerator. m_ErrorScalerthe scaler scheme to use.protected AbstractErrorScalerWekaClassifierErrors. m_ErrorScalerThe scheme for scaling the errors.Methods in adams.flow.sink that return AbstractErrorScaler Modifier and Type Method Description AbstractErrorScalerWekaClassifierErrors.DataGenerator. getErrorScaler()Returns the scaling scheme.AbstractErrorScalerWekaClassifierErrors. getErrorScaler()Returns the scheme to use for scaling the errors.Methods in adams.flow.sink with parameters of type AbstractErrorScaler Modifier and Type Method Description voidWekaClassifierErrors. setErrorScaler(AbstractErrorScaler value)Sets the scheme for scaling the errors.Constructors in adams.flow.sink with parameters of type AbstractErrorScaler Constructor Description DataGenerator(weka.classifiers.Evaluation eval, AbstractErrorScaler scaler)Initializes the generator.
-