Uses of Interface
adams.data.djl.outputdirgenerator.OutputDirGenerator
-
Packages that use OutputDirGenerator Package Description adams.data.djl.outputdirgenerator weka.classifiers.meta -
-
Uses of OutputDirGenerator in adams.data.djl.outputdirgenerator
Classes in adams.data.djl.outputdirgenerator that implement OutputDirGenerator Modifier and Type Class Description class
AbstractOutputDirGenerator
Ancestor for output dir generators.class
FixedDir
Uses the user-supplied output dir.class
StringExpressionDir
Expands any variables in the supplied string expression, evaluates it and returns the result as directory.class
VariableDir
Expands any variables in the supplied string and returns that as directory. -
Uses of OutputDirGenerator in weka.classifiers.meta
Fields in weka.classifiers.meta declared as OutputDirGenerator Modifier and Type Field Description protected OutputDirGenerator
DJLRegressor. m_OutputDir
the output dir generator.Methods in weka.classifiers.meta that return OutputDirGenerator Modifier and Type Method Description OutputDirGenerator
DJLRegressor. getOutputDir()
Gets the output directory generator to use.Methods in weka.classifiers.meta with parameters of type OutputDirGenerator Modifier and Type Method Description void
DJLRegressor. setOutputDir(OutputDirGenerator value)
Sets the output directory generator to use.
-