PredictionGradesItem interface
The definition of a prediction grade.
Properties
grade |
Name of the grade. |
max |
Maximum score threshold. |
min |
Minimum score threshold. |
Property Details
gradeName
Name of the grade.
gradeName?: string
Property Value
string
maxScoreThreshold
Maximum score threshold.
maxScoreThreshold?: number
Property Value
number
minScoreThreshold
Minimum score threshold.
minScoreThreshold?: number
Property Value
number