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