次の方法で共有


ISweepable<T> インターフェイス

定義

public interface ISweepable<out T> : Microsoft.ML.AutoML.ISweepable where T : IEstimator<ITransformer>
type ISweepable<'T (requires 'T :> IEstimator<ITransformer>)> = interface
    interface ISweepable
Public Interface ISweepable(Of Out T)
Implements ISweepable

型パラメーター

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

プロパティ

SearchSpace (継承元 ISweepable)

メソッド

BuildFromOption(MLContext, Parameter)

適用対象