PredictionDistributionDefinitionResponseDistributions

data class PredictionDistributionDefinitionResponseDistributions(val negatives: Double? = null, val negativesAboveThreshold: Double? = null, val positives: Double? = null, val positivesAboveThreshold: Double? = null, val scoreThreshold: Int? = null)

The definition of a prediction distribution.

Constructors

constructor(negatives: Double? = null, negativesAboveThreshold: Double? = null, positives: Double? = null, positivesAboveThreshold: Double? = null, scoreThreshold: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val negatives: Double? = null

Number of negatives.

Link copied to clipboard

Number of negatives above threshold.

Link copied to clipboard
val positives: Double? = null

Number of positives.

Link copied to clipboard

Number of positives above threshold.

Link copied to clipboard
val scoreThreshold: Int? = null

Score threshold.