1 write to _estimatorCost
Microsoft.ML.AutoML (1)
Tuner\PipelineProposer.cs (1)
50
_estimatorCost
= new Dictionary<EstimatorType, double>()
2 references to _estimatorCost
Microsoft.ML.AutoML (2)
Tuner\PipelineProposer.cs (2)
212
if (
_estimatorCost
.ContainsKey(estimatorType))
214
return
_estimatorCost
[estimatorType];