3 references to VisitAndReplaceSweepableEntityWithStringEntity
Microsoft.ML.AutoML (3)
SweepableEstimator\SweepablePipeline.cs (3)
175
var stringEntity =
VisitAndReplaceSweepableEntityWithStringEntity
(entity, ref estimators);
249
e.Left =
VisitAndReplaceSweepableEntityWithStringEntity
(e.Left, ref estimators);
250
e.Right =
VisitAndReplaceSweepableEntityWithStringEntity
(e.Right, ref estimators);