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