2 references to Log
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
136return label > 0 ? -Log(prediction) : -Log(1 - prediction);