TrainedLearner.getScores

TrainedLearner.getScores(testX, arguments=None, **kwarguments)

The scores for all labels for each data point.

This is the equivalent of calling TrainedLearner’s apply method with scoreMode="allScores".

Returns:

nimble.core.data.Matrix – The label scores.