mergeMeltScoreEmpirical | R Documentation |
mergeMeltScoreEmpirical returns a data frames that contain the performance of each digest in the list with their sparsity.
mergeMeltScoreEmpirical(list.results.digest, k_catalogue, score = "fit_")
list.results.digest: |
a list of digest objects one for each learner used. For example, list(res.terda.digest, res.terga.digest, res.terbeam.digest) |
k_catalogue: |
the k_catalogue that will serve to build the result matrix |
score: |
which score is to be used for value (default: fit_) |
Merge a list of empirical scores form digest results
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.