1 write to State
Microsoft.ML.StandardTrainers (1)
Optimizer\Optimizer.cs (1)
89State = state;
2 references to State
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
705CurrentWeights = e.State.X; 706loss = e.State.Value;