normalize.max | R Documentation |
Normalize the scores of a score matrix by dividing the score values of each class for the maximum score of the class.
normalize.max(S)
S |
a score matrix. Rows are examples and columns are classes. |
A score matrix with the scores normalized.
data(scores); maxnorm <- normalize.max(S);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.