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);

marconotaro/hemdag documentation built on Nov. 21, 2024, 10:05 p.m.