Deep.Net


Normalization<'T>

Namespace: Datasets
Parent Module: NormalizationTypes

performed normalization operation

Union Cases

Union CaseDescription
NotNormalized
Signature:
PCAWhitened(PCAInfo<'T>)
Signature: PCAInfo<'T>
Rescaled(minVals,maxVals)
Signature: Tensor<'T> * Tensor<'T>
ScaledToUnitLength(lengths)
Signature: Tensor<'T>
Standardized(means,stds,onlyZeroOne)
Signature: Tensor<'T> * Tensor<'T> * Tensor<bool> option
ZCAWhitened(PCAInfo<'T>)
Signature: PCAInfo<'T>
Fork me on GitHub