computeFeatures - What feature scaling methods are available through the 'featureScalingMethod' parameter?

Réponse

The 'featureScalingMethod' parameter can be set to 'NONE' (no scaling, the default) or 'STANDARDIZATION', which scales the coefficients across all frames to have a mean of zero and unit variance.
Did this answer help you?