PredictionEvaluation

PredictionEvaluation

Container for the right/wrong score of a generalization case, as well as an arbitrary, user-defined delta. The delta is intended for accuracy/quality ratings.

Constructor

new PredictionEvaluation(_correct, deltaopt)

Creates an instance of PredictionEvaluation.
Parameters:
Name Type Attributes Description
_correct boolean Whether the prediction is acceptable.
delta number <optional>
The accuracy or quality of the prediction.
Source: