ModelCardMatrixMetric

data class ModelCardMatrixMetric(val name: String, val notes: String? = null, val type: ModelCardMatrixMetricType, val value: List<List<Double>>, val xAxisName: List<String>? = null, val yAxisName: List<String>? = null)

Constructors

Link copied to clipboard
constructor(name: String, notes: String? = null, type: ModelCardMatrixMetricType, value: List<List<Double>>, xAxisName: List<String>? = null, yAxisName: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val notes: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val xAxisName: List<String>? = null
Link copied to clipboard
val yAxisName: List<String>? = null