3 references to VisitAndReplaceSweepableEntityWithStringEntity
Microsoft.ML.AutoML (3)
SweepableEstimator\MultiModelPipeline.cs (3)
115
var stringEntity =
VisitAndReplaceSweepableEntityWithStringEntity
(entity, ref estimators);
189
e.Left =
VisitAndReplaceSweepableEntityWithStringEntity
(e.Left, ref estimators);
190
e.Right =
VisitAndReplaceSweepableEntityWithStringEntity
(e.Right, ref estimators);