3 references to LossFunction
Microsoft.ML.Data (3)
Evaluators\RegressionEvaluator.cs (3)
354Host.CheckUserArg(args.LossFunction != null, nameof(args.LossFunction), "Loss function must be specified."); 357evalArgs.LossFunction = args.LossFunction;