PredictionDistributionDefinitionDistributionsItem interface    
The definition of a prediction distribution.
Properties
| negatives | Number of negatives.  | 
| negatives | 
	Number of negatives above threshold.  | 
| positives | Number of positives.  | 
| positives | 
	Number of positives above threshold.  | 
| score | 
	Score threshold.  | 
Property Details
negatives
Number of negatives.
negatives?: number
				Property Value
number
		negativesAboveThreshold
	  
	Number of negatives above threshold.
negativesAboveThreshold?: number
				Property Value
number
positives
Number of positives.
positives?: number
				Property Value
number
		positivesAboveThreshold
	  
	Number of positives above threshold.
positivesAboveThreshold?: number
				Property Value
number
		scoreThreshold
	 
	Score threshold.
scoreThreshold?: number
				Property Value
number