Home »
MCQs »
PyBrain MCQs
____ Adds the module given to the network and marks it as an input module
35. ____ Adds the module given to the network and marks it as an input module.
- addInputMod(m)
- addInputModule(m)
- addInput(m)
- addModule(m)
Answer: B) addInputModule(m)
Explanation:
addInputModule(m) − Adds the module given to the network and mark it as an input module.