IComponentFactory<TArg1,TArg2,TComponent> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface for creating a component when we take two extra parameters (and an IHostEnvironment).
public interface IComponentFactory<in TArg1,in TArg2,out TComponent> : Microsoft.ML.Runtime.IComponentFactory
type IComponentFactory<'TArg1, 'TArg2, 'Component> = interface
interface IComponentFactory
Public Interface IComponentFactory(Of In TArg1, In TArg2, Out TComponent)
Implements IComponentFactory
Type Parameters
- TArg1
- TArg2
- TComponent
- Implements
Methods
CreateComponent(IHostEnvironment, TArg1, TArg2) |