2 writes to _index1
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
600_index1 = 1 - _index; 613_index1 = 1 - _index;
7 references to _index1
Microsoft.ML.Data (7)
Utils\LossFunctions.cs (7)
632if (_index1 == 0) 640return Math.Pow(output, _index2) / _index2 - label * Math.Pow(output, _index1) / _index1 641- (Math.Pow(label, _index2) / _index2 - label * Math.Pow(label, _index1) / _index1); 649if (_index1 == 0) 651return (float)(Math.Pow(output, _index2) - label * Math.Pow(output, _index1));