normalize.max: Max normalization

View source: R/norm.fun.R

normalize.maxR Documentation

Max normalization

Description

Normalize the scores of a score matrix by dividing the score values of each class for the maximum score of the class.

Usage

normalize.max(S)

Arguments

S

a score matrix. Rows are examples and columns are classes.

Value

A score matrix with the scores normalized.

Examples

data(scores);
maxnorm <- normalize.max(S);

AnacletoLAB/HEMDAG documentation built on Oct. 14, 2022, 9:18 p.m.