8 references to M2
Microsoft.ML.Data (8)
Transforms\NormalizeColumnSng.cs (8)
1862
Contracts.Assert(_aggregator.
M2
[0] >= 0);
1863
if (_aggregator.
M2
[0] == 0)
1880
Contracts.Assert(_aggregator.
M2
[0] >= 0);
1881
if (_aggregator.
M2
[0] == 0 || _aggregator.Counts[0] == 0)
1955
Contracts.Assert(_aggregator.
M2
[i] >= 0);
1956
if (_aggregator.
M2
[i] == 0)
2001
Contracts.Assert(_aggregator.
M2
[i] >= 0);
2002
if (_aggregator.
M2
[i] == 0 || _aggregator.Counts[i] == 0)