32 references to CreateFromFunction
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.Sweeper (2)
ConfigRunner.cs (1)
48public IComponentFactory<ISweepResultEvaluator<string>> ResultProcessor = ComponentFactoryUtils.CreateFromFunction(
SweepCommand.cs (1)
27public IComponentFactory<IConfigRunner> Runner = ComponentFactoryUtils.CreateFromFunction(
Microsoft.ML.Sweeper.Tests (26)
TestSweeper.cs (26)
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( 435ComponentFactoryUtils.CreateFromFunction( 437ComponentFactoryUtils.CreateFromFunction( 543ComponentFactoryUtils.CreateFromFunction( 545ComponentFactoryUtils.CreateFromFunction( 599ComponentFactoryUtils.CreateFromFunction( 601ComponentFactoryUtils.CreateFromFunction( 651ComponentFactoryUtils.CreateFromFunction( 653ComponentFactoryUtils.CreateFromFunction(
Microsoft.ML.Transforms (1)
LearnerFeatureSelection.cs (1)
42ComponentFactoryUtils.CreateFromFunction(env =>