Learn R Programming

HEMDAG (version 2.7.4)

normalize.max: 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

Run this code
# NOT RUN {
data(scores);
maxnorm <- normalize.max(S);
# }

Run the code above in your browser using DataLab