hyperparameter | R Documentation |
The hyperparameter
contain list of prior and tuning
parameters
hyperparameter(x, ...)
## S4 method for signature 'musica'
hyperparameter(x, result)
## S4 method for signature 'result_collection'
hyperparameter(x)
hyperparameter(x, ...) <- value
## S4 replacement method for signature 'musica,list'
hyperparameter(x, result) <- value
## S4 replacement method for signature 'result_collection,list'
hyperparameter(x) <- value
x |
A |
... |
Other inputs |
result |
The name of the result_list entry. |
value |
A |
A list of hyperparameters
data(res)
hyperparameter(res, "result")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.