Skip to contents

If the input is an R array, an R array will be returned. If it's a backend tensor, a backend tensor will be returned.

Usage

normalize(x, axis = -1L, order = 2L)

Arguments

x

Array to normalize.

axis

axis along which to normalize.

order

Normalization order (e.g. order=2 for L2 norm).

Value

A normalized copy of the array.