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