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