7 references to PipelineNode
Microsoft.ML.AutoML (7)
API\Pipeline.cs (2)
53this(name, nodeType, new string[] { inColumn }, new string[] { outColumn }, properties) 59this(name, nodeType, inColumns, new string[] { outColumn }, properties)
EstimatorExtensions\EstimatorExtensions.cs (5)
102var pipelineNode = new PipelineNode(EstimatorName.MissingValueIndicating.ToString(), 129var pipelineNode = new PipelineNode(EstimatorName.MissingValueReplacing.ToString(), 177var pipelineNode = new PipelineNode(EstimatorName.OneHotEncoding.ToString(), 208var pipelineNode = new PipelineNode(EstimatorName.OneHotHashEncoding.ToString(), 255var pipelineNode = new PipelineNode(EstimatorName.TypeConverting.ToString(),