8 references to M2
Microsoft.ML.Data (8)
Transforms\NormalizeColumnDbl.cs (8)
1699
Contracts.Assert(_aggregator.
M2
[0] >= 0);
1700
if (_aggregator.
M2
[0] == 0)
1717
Contracts.Assert(_aggregator.
M2
[0] >= 0);
1718
if (_aggregator.
M2
[0] == 0 || _aggregator.Counts[0] == 0)
1792
Contracts.Assert(_aggregator.
M2
[i] >= 0);
1793
if (_aggregator.
M2
[i] == 0)
1838
Contracts.Assert(_aggregator.
M2
[i] >= 0);
1839
if (_aggregator.
M2
[i] == 0 || _aggregator.Counts[i] == 0)