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