1 write to LossFunction
Microsoft.ML.Data (1)
Evaluators\RegressionEvaluatorBase.cs (1)
36LossFunction = args.LossFunction.CreateComponent(env);
3 references to LossFunction
Microsoft.ML.Data (3)
Evaluators\MultiOutputRegressionEvaluator.cs (1)
75return new Aggregator(Host, LossFunction, vectorSize, schema.Weight != null, stratName);
Evaluators\QuantileRegressionEvaluator.cs (1)
77return new Aggregator(Host, LossFunction, schema.Weight != null, scoreType.Size, in slotNames, stratName);
Evaluators\RegressionEvaluator.cs (1)
69return new Aggregator(Host, LossFunction, schema.Weight != null, stratName);