📎︎

:
: ;

static function Methods()
NOM.js: 981
Enumeration defining the handling method on feature scaling of data transformation.
: Dexter;

Methods
Enumeration defining the handling method on feature scaling of data transformation.
: Dexter;

MinMax
0
Normalize the data within the data range.
RelativeToZero
1
Normalize the data within the range [min(0, data range min), max(0, data range max)].
RelativeToMean
2
Remove records with missing data.
RelativeToRange
3
Normalize the data within a specific data range.

Language:
Theme: