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