normalize.max {HEMDAG} | R Documentation |
Max normalization
Description
Normalize the scores of a scores matrix by dividing the score values of each class for the maximum score of the class.
Usage
normalize.max(S)
Arguments
S |
a scores matrix. Rows are examples and columns are classes. |
Value
A scores matrix with the scores normalized.
Examples
data(scores);
maxnorm <- normalize.max(S);
[Package HEMDAG version 2.7.4 Index]