Home »
MCQs »
PyBrain MCQs
Which of the following Adds the given module to the network?
34. Which of the following Adds the given module to the network?
- IncludeModule(m)
- addedModule(m)
- aprehendModule(m)
- addModule(m)
Answer: D) addModule(m)
Explanation:
addModule(m) API, Adds the given module to the network.