powered by
Divide a vector by its sum, resulting in a vector with sum equal to one.
normalize(x)
the input divided by its sum. For the row-wise version, each row is divided by its sum.
vector of input data.
Steven E. Pav shabbychef@gmail.com