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