Compartir a través de


PredictionDistributionDefinition interface

The definition of the prediction distribution.

Properties

distributions

Distributions of the prediction.

totalNegatives

Total negatives in the distribution.

totalPositives

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