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