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