PredictionDistributionDefinitionResponse

data class PredictionDistributionDefinitionResponse(val distributions: List<PredictionDistributionDefinitionResponseDistributions>? = null, val totalNegatives: Double? = null, val totalPositives: Double? = null)

The definition of the prediction distribution.

Constructors

Link copied to clipboard
constructor(distributions: List<PredictionDistributionDefinitionResponseDistributions>? = null, totalNegatives: Double? = null, totalPositives: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Distributions of the prediction.

Link copied to clipboard
val totalNegatives: Double? = null

Total negatives in the distribution.

Link copied to clipboard
val totalPositives: Double? = null

Total positive in the distribution.