updated help for normalize and standardize with invert

nix
Pierre Alexandre Tremblay 5 years ago
parent 77ab8cb91a
commit 35e19b298c

@ -20,6 +20,8 @@ ARGUMENT:: min
Minimum output value, default 0
ARGUMENT:: max
Maximum output value, default 1
ARGUMENT:: invert
The direction in which the normalization will occur for transform and transformpoint. The default 0 is taking in the range of the input used to fit and transforms it towards the normalised range. A value of 1 will expect an input of the normalized range to transform back to the original range.
INSTANCEMETHODS::

@ -14,6 +14,8 @@ METHOD:: new
Create a new instance
ARGUMENT:: server
The server for this model
ARGUMENT:: invert
The direction in which the standardization will occur for transform and transformpoint. The default 0 is taking in the range of the input used to fit and transforms it towards the standardized range. A value of 1 will expect an input of the standardized range to transform back to the original range.
INSTANCEMETHODS::

Loading…
Cancel
Save