Home »
MCQs »
PyBrain MCQs
____ Adds the module to the network and mark it as an output module
36. ____ Adds the module to the network and mark it as an output module.
- addOutModule(m)
- addOutputMod(m)
- addOutputModule(m)
- addOutput(m)
Answer: C) addOutputModule(m)
Explanation:
addOutputModule(m) − Adds the module to the network and marks it as an output module.