다음을 통해 공유


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
이 형식 매개 변수는 공변(Covariant)입니다. 즉, 지정한 형식이나 더 많게 파생된 모든 형식을 사용할 수 있습니다. 공변성(Covariance) 및 반공변성(Contravariance)에 대한 자세한 내용은 제네릭의 공변성(Covariance) 및 반공변성(Contravariance)을 참조하세요.
파생
구현

속성

SearchSpace (다음에서 상속됨 ISweepable)

메서드

BuildFromOption(MLContext, Parameter)

적용 대상