5 references to Concatenate
Microsoft.ML.AutoML (2)
Concatenate.cs (2)
20
this.EstimatorType = EstimatorType.
Concatenate
;
25
this.EstimatorType = EstimatorType.
Concatenate
;
Microsoft.ML.AutoML.Tests (3)
SweepableEstimatorPipelineTest.cs (3)
47
var e1 = new SweepableEstimator(CodeGen.EstimatorType.
Concatenate
);
59
var e1 = new SweepableEstimator(CodeGen.EstimatorType.
Concatenate
);
75
var e1 = new SweepableEstimator(CodeGen.EstimatorType.
Concatenate
);