4 references to PositiveInstanceWeight
Microsoft.ML.Mkl.Components (4)
SymSgdClassificationTrainer.cs (4)
155ectx.CheckUserArg(PositiveInstanceWeight > 0, nameof(PositiveInstanceWeight), "Must be positive"); 710var positiveInstanceWeight = _options.PositiveInstanceWeight; 732var piw = _options.PositiveInstanceWeight;