14 implementations of CreateInstance
Microsoft.ML.AutoML (14)
EstimatorExtensions\EstimatorExtensions.cs (14)
11public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 32public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 53public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 74public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 95public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 122public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 149public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 170public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 196public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 227public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 248public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 274public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 297public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode) 322public IEstimator<ITransformer> CreateInstance(MLContext context, PipelineNode pipelineNode)
1 reference to CreateInstance
Microsoft.ML.AutoML (1)
Experiment\SuggestedPipeline.cs (1)
97var estimator = estimatorExtension.CreateInstance(context, pipelineNode);