39 references to ComponentFactoryUtils
Microsoft.ML.Data (2)
Commands\CrossValidationCommand.cs (1)
167"", ComponentFactoryUtils.CreateFromFunction<IDataView, IDataTransform>(
Commands\ScoreCommand.cs (1)
348return ComponentFactoryUtils.CreateFromFunction(factoryFunc);
Microsoft.ML.Ensemble (3)
Trainer\Binary\EnsembleTrainer.cs (1)
60ComponentFactoryUtils.CreateFromFunction(env => new LinearSvmTrainer(env, LabelColumnName, FeatureColumnName))
Trainer\Multiclass\MulticlassDataPartitionEnsembleTrainer.cs (1)
67ComponentFactoryUtils.CreateFromFunction(env => new LbfgsMaximumEntropyMulticlassTrainer(env, LabelColumnName, FeatureColumnName))
Trainer\Regression\RegressionEnsembleTrainer.cs (1)
55ComponentFactoryUtils.CreateFromFunction(env => new OnlineGradientDescentTrainer(env, LabelColumnName, FeatureColumnName))
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
676trainScoreArgs.Scorer = ComponentFactoryUtils.CreateFromFunction<IDataView, ISchemaBoundMapper, RoleMappedSchema, IDataScorerTransform>( 679var mapperFactory = ComponentFactoryUtils.CreateFromFunction<IPredictor, ISchemaBindableMapper>(
Microsoft.ML.Sweeper (3)
Algorithms\NelderMead.cs (1)
27public IComponentFactory<IValueGenerator[], ISweeper> FirstBatchSweeper = ComponentFactoryUtils.CreateFromFunction<IValueGenerator[], ISweeper>((host, array) => new UniformRandomSweeper(host, new SweeperBase.OptionsBase(), array));
ConfigRunner.cs (1)
48public IComponentFactory<ISweepResultEvaluator<string>> ResultProcessor = ComponentFactoryUtils.CreateFromFunction(
SweepCommand.cs (1)
27public IComponentFactory<IConfigRunner> Runner = ComponentFactoryUtils.CreateFromFunction(
Microsoft.ML.Sweeper.Tests (28)
TestSweeper.cs (28)
97ComponentFactoryUtils.CreateFromFunction( 99ComponentFactoryUtils.CreateFromFunction( 138ComponentFactoryUtils.CreateFromFunction( 140ComponentFactoryUtils.CreateFromFunction( 161ComponentFactoryUtils.CreateFromFunction( 163ComponentFactoryUtils.CreateFromFunction( 188args.Sweeper = ComponentFactoryUtils.CreateFromFunction( 193ComponentFactoryUtils.CreateFromFunction( 195ComponentFactoryUtils.CreateFromFunction( 238args.Sweeper = ComponentFactoryUtils.CreateFromFunction( 243ComponentFactoryUtils.CreateFromFunction( 245ComponentFactoryUtils.CreateFromFunction( 309args.Sweeper = ComponentFactoryUtils.CreateFromFunction( 314ComponentFactoryUtils.CreateFromFunction( 316ComponentFactoryUtils.CreateFromFunction( 361args.Sweeper = ComponentFactoryUtils.CreateFromFunction( 365ComponentFactoryUtils.CreateFromFunction( 367ComponentFactoryUtils.CreateFromFunction( 374FirstBatchSweeper = ComponentFactoryUtils.CreateFromFunction<IValueGenerator[], ISweeper>( 435ComponentFactoryUtils.CreateFromFunction( 437ComponentFactoryUtils.CreateFromFunction( 543ComponentFactoryUtils.CreateFromFunction( 545ComponentFactoryUtils.CreateFromFunction( 552FirstBatchSweeper = ComponentFactoryUtils.CreateFromFunction<IValueGenerator[], ISweeper>( 599ComponentFactoryUtils.CreateFromFunction( 601ComponentFactoryUtils.CreateFromFunction( 651ComponentFactoryUtils.CreateFromFunction( 653ComponentFactoryUtils.CreateFromFunction(
Microsoft.ML.Transforms (1)
LearnerFeatureSelection.cs (1)
42ComponentFactoryUtils.CreateFromFunction(env =>