Uses of Interface
adams.data.djl.idgenerator.IDGenerator
-
Packages that use IDGenerator Package Description adams.data.djl.idgenerator weka.classifiers.meta -
-
Uses of IDGenerator in adams.data.djl.idgenerator
Classes in adams.data.djl.idgenerator that implement IDGenerator Modifier and Type Class Description class
AbstractIDGenerator
Ancestor for ID generators.class
FixedID
Just uses the supplied ID.class
StringExpressionID
Expands any variables in the supplied string expression, evaluates it and returns the result as ID.class
VariableID
Expands any variables in the supplied string and returns that as ID. -
Uses of IDGenerator in weka.classifiers.meta
Fields in weka.classifiers.meta declared as IDGenerator Modifier and Type Field Description protected IDGenerator
DJLRegressor. m_ID
the model ID/prefix generator.Methods in weka.classifiers.meta that return IDGenerator Modifier and Type Method Description IDGenerator
DJLRegressor. getID()
Gets the ID/prefix generator for saving the model.Methods in weka.classifiers.meta with parameters of type IDGenerator Modifier and Type Method Description void
DJLRegressor. setID(IDGenerator value)
Sets the ID/prefix generator for saving the model.
-