metrics | R Documentation |
Metrics for the model
metrics(x, ...)
## S4 method for signature 'musica'
metrics(x, result, modality, model_id)
## S4 method for signature 'result_collection'
metrics(x, modality, model_id)
## S4 method for signature 'result_model'
metrics(x)
metrics(x, ...) <- value
## S4 replacement method for signature 'musica,SimpleList'
metrics(x, result, modality, model_id) <- value
## S4 replacement method for signature 'result_collection,SimpleList'
metrics(x, modality, model_id) <- value
## S4 replacement method for signature 'result_model,SimpleList'
metrics(x) <- value
x |
A |
... |
Other inputs |
result |
Name of result from result_list to assign the
metrics. Used when |
modality |
Modality to assign the metrics. Used when
|
model_id |
Model identifier to assign the metrics. Used when
|
value |
List of metrics |
The metrics for the model
data(res)
metrics(res, "result", "SBS96", "res")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.