Description Usage Arguments Details Value Examples
Normalize a scores matrix w.r.t. max normalization (maxnorm) or quantile normalization (qnorm)
1 | scores.normalization(norm.type = "maxnorm", S)
|
norm.type |
can be one of the following two values:
|
S |
A named flat scores matrix with examples on rows and classes on columns. |
To apply the quantile normalization the preprocessCore package must be properly installed.
The matrix of the scores flat normalized w.r.t. maxnorm or qnorm.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.