1 write to _pred
Microsoft.ML.StandardTrainers (1)
Standard\LinearModelParameters.cs (1)
83_pred = pred;
3 references to _pred
Microsoft.ML.StandardTrainers (3)
Standard\LinearModelParameters.cs (3)
67public int Count => _pred.Weight.Length; 75_pred.Weight.GetItemOrDefault(index, ref value); 88return _pred.Weight.Items(all: true).Select(iv => iv.Value).GetEnumerator();