次の方法で共有


IComponentFactory<TArg1,TComponent> インターフェイス

定義

1 つの追加パラメーター (および 1 つ) を受け取るときにコンポーネントを IHostEnvironment作成するためのインターフェイス。

public interface IComponentFactory<in TArg1,out TComponent> : Microsoft.ML.Runtime.IComponentFactory
type IComponentFactory<'TArg1, 'Component> = interface
    interface IComponentFactory
Public Interface IComponentFactory(Of In TArg1, Out TComponent)
Implements IComponentFactory

型パラメーター

TArg1
この型パラメーターは反変です。 つまり、指定した型、または弱い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
TComponent
この型パラメーターは共変です。 つまり、指定した型、または強い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
実装

メソッド

CreateComponent(IHostEnvironment, TArg1)

1 つの追加パラメーター (および 1 つ) を受け取るときにコンポーネントを IHostEnvironment作成するためのインターフェイス。

適用対象