MultiOutputRidgeRegression.getScores

MultiOutputRidgeRegression.getScores(testX)

If this learner is a classifier, then return the scores for each class on each data point, otherwise raise an exception. The scores must be returned in the natural ordering of the classes.

This method may be optionally overridden by a concrete subclass.