5 references to CreateComponentFactory
Microsoft.ML.Data (2)
Utilities\ComponentCreation.cs (2)
166ICommandLineComponentFactory scorerFactorySettings = CmdParser.CreateComponentFactory( 283var factory = CmdParser.CreateComponentFactory(factoryType, signatureType, settings);
Microsoft.ML.Predictor.Tests (3)
CmdLine\CmdLine.cs (1)
199public IComponentFactory<IDataSaver> sub = (IComponentFactory<IDataSaver>)CmdParser.CreateComponentFactory(
CmdLine\CmdLineReverseTest.cs (2)
90var factory = CmdParser.CreateComponentFactory(typeof(IComponentFactory<ICalibratorTrainer>), typeof(SignatureCalibrator), cls.LoadNames[0]); 96var factory = CmdParser.CreateComponentFactory(typeof(IComponentFactory<ICalibratorTrainer>), typeof(SignatureCalibrator), component.Aliases[0]);