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 classAbstractIDGeneratorAncestor for ID generators.classFixedIDJust uses the supplied ID.classStringExpressionIDExpands any variables in the supplied string expression, evaluates it and returns the result as ID.classVariableIDExpands 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 IDGeneratorDJLRegressor. m_IDthe model ID/prefix generator.Methods in weka.classifiers.meta that return IDGenerator Modifier and Type Method Description IDGeneratorDJLRegressor. 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 voidDJLRegressor. setID(IDGenerator value)Sets the ID/prefix generator for saving the model.
-