5 references to CreateFromFunction
Microsoft.ML.Data (1)
Commands\CrossValidationCommand.cs (1)
167
"", ComponentFactoryUtils.
CreateFromFunction
<IDataView, IDataTransform>(
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
679
var mapperFactory = ComponentFactoryUtils.
CreateFromFunction
<IPredictor, ISchemaBindableMapper>(
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
27
public IComponentFactory<IValueGenerator[], ISweeper> FirstBatchSweeper = ComponentFactoryUtils.
CreateFromFunction
<IValueGenerator[], ISweeper>((host, array) => new UniformRandomSweeper(host, new SweeperBase.OptionsBase(), array));
Microsoft.ML.Sweeper.Tests (2)
TestSweeper.cs (2)
374
FirstBatchSweeper = ComponentFactoryUtils.
CreateFromFunction
<IValueGenerator[], ISweeper>(
552
FirstBatchSweeper = ComponentFactoryUtils.
CreateFromFunction
<IValueGenerator[], ISweeper>(