Google News
logo
PyBrain - Quiz(MCQ)
Which of the following Supervised dataset method will create a new sample from the input and target?
A)
add(inp, target)
B)
addTest(inp, target)
C)
addValue(inp, target)
D)
addSample(inp, target)

Correct Answer :   addSample(inp, target)


Explanation : addSample(inp, target) method will create a new sample from the input and target.

Advertisement