vec_norm {structToolbox}R Documentation

Vector normalisation

Description

Applies vector normalisation, such the sum of squared values for each sample after normalisation are equal to 1.

Usage

vec_norm(...)

Arguments

...

additional slots and values passed to struct_class

Value

struct object

Examples

M = vec_norm()


[Package structToolbox version 1.0.1 Index]