2 writes to _prob
Microsoft.ML.StandardTrainers (2)
Standard\Simple\SimpleTrainers.cs (2)
363_prob = prob; 375_prob = ctx.Reader.ReadFloat();
7 references to _prob
Microsoft.ML.StandardTrainers (7)
Standard\Simple\SimpleTrainers.cs (7)
364_raw = 2 * _prob - 1; // This could be other functions -- logodds for instance 376Host.CheckDecode(!float.IsNaN(_prob)); 378_raw = 2 * _prob - 1; 399Contracts.Assert(!float.IsNaN(_prob)); 400ctx.Writer.Write(_prob); 413var prob = ctx.AddInitializer(_prob, "probability"); 472prob = _prob;