15 instantiations of EstimatorEntity
Microsoft.ML.AutoML (15)
SweepableEstimator\Estimator.cs (8)
32Left = new EstimatorEntity(left), 33Right = new EstimatorEntity(right), 42Right = new EstimatorEntity(right), 50Left = new EstimatorEntity(left), 59Left = new EstimatorEntity(left), 60Right = new EstimatorEntity(right), 69Right = new EstimatorEntity(right), 77Left = new EstimatorEntity(left),
SweepableEstimator\MultiModelPipeline.cs (4)
16private static readonly EstimatorEntity _nilSweepableEntity = new EstimatorEntity(null); 49entity = new EstimatorEntity(estimator); 66entity = new EstimatorEntity(estimator); 148return new EstimatorEntity(lookupTable[stringEntity.Value]);
SweepableEstimator\SweepablePipeline.cs (3)
23private static readonly EstimatorEntity _nilSweepableEntity = new EstimatorEntity(null); 126entity = new EstimatorEntity(estimator); 208return new EstimatorEntity(lookupTable[stringEntity.Value]);
4 references to EstimatorEntity
Microsoft.ML.AutoML (4)
SweepableEstimator\MultiModelPipeline.cs (2)
16private static readonly EstimatorEntity _nilSweepableEntity = new EstimatorEntity(null); 177if (e is EstimatorEntity sweepableEntity0)
SweepableEstimator\SweepablePipeline.cs (2)
23private static readonly EstimatorEntity _nilSweepableEntity = new EstimatorEntity(null); 237if (e is EstimatorEntity sweepableEntity0)