PredictionDistributionDefinition interface
The definition of the prediction distribution.
Properties
distributions | Distributions of the prediction. |
total |
Total negatives in the distribution. |
total |
Total positive in the distribution. |
Property Details
distributions
Distributions of the prediction.
distributions?: PredictionDistributionDefinitionDistributionsItem[]
Property Value
totalNegatives
Total negatives in the distribution.
totalNegatives?: number
Property Value
number
totalPositives
Total positive in the distribution.
totalPositives?: number
Property Value
number