View source: R/accuracyScores.R
accuracyScores | R Documentation |
Compute accuracy scores.
accuracyScores(data = NA, type = "local", method = "correlation")
data |
data. |
type |
string: what kind of scores should be computed ("local", default,
or "global"). If set to "global", the |
method |
string: what method to use in order to compute scores
("correlation", default, or "cosine", "ejaccard", "edice",
"bhjattacharyya", "canberra", "divergence", "wave", "kullback",
"bray", "soergel", "chord", "geodesic", "whittaker", "hellinger").
Except from "correlation", the other methods require the |
Reshaped data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.