2 references to Maximize
Microsoft.ML.Data (1)
Commands\EvaluateCommand.cs (1)
54
public MetricColumn(string loadName, string name, Objective target = Objective.
Maximize
, bool canBeWeighted = true,
Microsoft.ML.Sweeper (1)
SweepResultEvaluator.cs (1)
59
maximizing = metric.MetricTarget == MetricColumn.Objective.
Maximize
;