3 references to LambdaW
Microsoft.ML.StandardTrainers (3)
LdSvm\LdSvmTrainer.cs (3)
292
float etaTW = (float)1.0 / (_options.
LambdaW
* (float)Math.Sqrt(iter + 1));
475
ectx.CheckUserArg(options.
LambdaW
> 0, nameof(options.
LambdaW
), "Regularizer for W must be positive and non-zero.");