Uses of Interface
adams.data.djl.networkgenerator.NetworkGenerator
-
Packages that use NetworkGenerator Package Description adams.data.djl.networkgenerator weka.classifiers.meta -
-
Uses of NetworkGenerator in adams.data.djl.networkgenerator
Classes in adams.data.djl.networkgenerator that implement NetworkGenerator Modifier and Type Class Description class
AbstractNetworkGenerator
Ancestor for network generators.class
AbstractScript
Ancestor for network generator scripts.class
AbstractScriptedNetworkGenerator
Abstract ancestor for network generators that execute external scripts.class
GroovyGenerator
Uses Groovy to generate the network.class
TabularRegressionGenerator
For generating a TabNet structure.Fields in adams.data.djl.networkgenerator declared as NetworkGenerator Modifier and Type Field Description protected NetworkGenerator
GroovyGenerator. m_GeneratorObject
the loaded script object. -
Uses of NetworkGenerator in weka.classifiers.meta
Fields in weka.classifiers.meta declared as NetworkGenerator Modifier and Type Field Description protected NetworkGenerator
DJLRegressor. m_Network
the network generator to use.Methods in weka.classifiers.meta that return NetworkGenerator Modifier and Type Method Description NetworkGenerator
DJLRegressor. getNetwork()
Gets the network generator to use.Methods in weka.classifiers.meta with parameters of type NetworkGenerator Modifier and Type Method Description void
DJLRegressor. setNetwork(NetworkGenerator value)
Sets the network generator to use.
-