Class | Description |
---|---|
AMean |
Calculate the absolute mean of the given vector
|
Entropy |
Entropy Op - returns the entropy (information gain, or uncertainty of a random variable).
|
LogEntropy |
Log Entropy Op - returns the log entropy (information gain, or uncertainty of a random variable).
|
Mean |
Calculate the mean of the vector
|
Norm1 |
Sum of absolute values
|
Norm2 |
Sum of squared values (real)
Sum of squared complex modulus (complex)
|
NormMax |
The max absolute value
|
ShannonEntropy |
Non-normalized Shannon Entropy Op - returns the entropy (information gain, or uncertainty of a random variable).
|
SquaredNorm |
Squared norm (sum_i x_i^2) reduction operation
|
Copyright © 2020. All rights reserved.