CustomNCrossValidationsResponse

data class CustomNCrossValidationsResponse(val mode: String, val value: Int)

N-Cross validations are specified by user.

Constructors

Link copied to clipboard
constructor(mode: String, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines how N-Cross validations value is determined. Expected value is 'Custom'.

Link copied to clipboard
val value: Int

Required N-Cross validations value.