2 writes to _raw
Microsoft.ML.StandardTrainers (2)
Standard\Simple\SimpleTrainers.cs (2)
364_raw = 2 * _prob - 1; // This could be other functions -- logodds for instance 378_raw = 2 * _prob - 1;
3 references to _raw
Microsoft.ML.StandardTrainers (3)
Standard\Simple\SimpleTrainers.cs (3)
414var score = ctx.AddInitializer(_raw, "score"); 466dst = _raw; 471score = _raw;