Home »
MCQs »
PyBrain MCQs
Which API Adds a connection to the network?
33. Which API Adds a connection to the network?
- addConnection(c)
- includeConnection(c)
- appendConnection(c)
- CreateConnection(c)
Answer: A) addConnection(c)
Explanation:
addConnection(c) API, Adds a connection to the network.