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