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)
414
var score = ctx.AddInitializer(
_raw
, "score");
466
dst =
_raw
;
471
score =
_raw
;