4 writes to _weights
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\LbfgsPredictorBase.cs (4)
477
_weights
= null;
579
_weights
= null;
588
_weights
= new float[1000];
626
Utils.EnsureSize(ref
_weights
, index + 1);
4 references to _weights
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\LbfgsPredictorBase.cs (4)
624
if (
_weights
!= null)
627
_weights
[index] = cursor.Weight;
851
float weight =
_weights
!= null ?
_weights
[iv] : 1;