powered by
Normalize the scores of a scores matrix by dividing the score values of each class for the maximum score of the class.
normalize.max(S)
a scores matrix. Rows are examples and columns are classes.
A scores matrix with the scores normalized.
# NOT RUN { data(scores); maxnorm <- normalize.max(S); # }
Run the code above in your browser using DataLab