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 classAbstractOutputDirGeneratorAncestor for output dir generators.classFixedDirUses the user-supplied output dir.classStringExpressionDirExpands any variables in the supplied string expression, evaluates it and returns the result as directory.classVariableDirExpands 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 OutputDirGeneratorDJLRegressor. m_OutputDirthe output dir generator.Methods in weka.classifiers.meta that return OutputDirGenerator Modifier and Type Method Description OutputDirGeneratorDJLRegressor. getOutputDir()Gets the output directory generator to use.Methods in weka.classifiers.meta with parameters of type OutputDirGenerator Modifier and Type Method Description voidDJLRegressor. setOutputDir(OutputDirGenerator value)Sets the output directory generator to use.
-