API Reference - OperatorBlocks - ZScoreNormalization
Constructors
new()
Creates a new operator block object. If there are no parameters given for that particular argument, then that argument will use default value.
ZScoreNormalization.new({dimension: number}): OperatorBlockObject
Parameters:
- dimension: The dimension to z score normalize along the tensor.
Returns:
- OperatorBlock: The generated compression block object.
Functions
setParameters()
ZScoreNormalization:setParameters({dimension: number})
Parameters:
- dimension: The dimension to z score normalize along the tensor.