6 references to CreateSweepableEntityFromEntity
Microsoft.ML.AutoML (6)
SweepableEstimator\SweepablePipeline.cs (6)
138entity = CreateSweepableEntityFromEntity(pipeline._schema, pipeline._estimators); 143entity += CreateSweepableEntityFromEntity(pipeline._schema, pipeline._estimators); 214Left = CreateSweepableEntityFromEntity(concatenateEntity.Left, lookupTable), 215Right = CreateSweepableEntityFromEntity(concatenateEntity.Right, lookupTable), 222Left = CreateSweepableEntityFromEntity(oneOfEntity.Left, lookupTable), 223Right = CreateSweepableEntityFromEntity(oneOfEntity.Right, lookupTable),