ModelCardLinearGraphMetric

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

Linear graph metric.

Constructors

Link copied to clipboard
constructor(name: String, notes: String? = null, type: ModelCardLinearGraphMetricType, value: List<List<Double>>, xAxisName: String? = null, yAxisName: 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: String? = null
Link copied to clipboard
val yAxisName: String? = null