Implemented interface member:
property
MetricValue
Microsoft.ML.AutoML.IRunResult<T>.MetricValue
3 references to MetricValue
Microsoft.ML.AutoML (3)
Sweepers\ISweeper.cs (1)
227
get { return
MetricValue
; }
Sweepers\SmacSweeper.cs (2)
116
targets[i] = (Float)r.
MetricValue
;
183
double bestVal = bestRun.
MetricValue
;