l1NormalizeRows {netSmooth}R Documentation

Row-normalize a sparse, symmetric matrix (using the l1 norm) so that each row sums to 1.

Description

Row-normalize a sparse, symmetric matrix (using the l1 norm) so that each row sums to 1.

Usage

l1NormalizeRows(A)

Arguments

A

matrix

Value

row-normalized sparse matrix object


[Package netSmooth version 1.13.0 Index]