api
/
org.jetbrains.kotlinx.dl.api.core.metric
/
Metrics
/
ACCURACY
ACCURACY
ACCURACY
()
Content copied to clipboard
Computes the rate of true answers.
metric = sum(y_true == y_pred)
Properties
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard