Home »
MCQs »
PyBrain MCQs
Which of the following Supervised dataset method will create a new sample from the input and target?
22. Which of the following Supervised dataset method will create a new sample from the input and target?
- addValue(inp, target)
- add(inp, target)
- addTest(inp, target)
- addSample(inp, target)
Answer: D) addSample(inp, target)
Explanation:
addSample(inp, target) method will create a new sample from the input and target.