2 references to RobustScaling
Microsoft.ML.Data (1)
Transforms\Normalizer.cs (1)
160
case NormalizationMode.
RobustScaling
:
Microsoft.ML.Tests (1)
Transformers\NormalizerTests.cs (1)
555
var est18 = new NormalizingEstimator(Env, NormalizingEstimator.NormalizationMode.
RobustScaling
, ("float4", "float4"));