다음을 통해 공유


BooleanChoiceAttribute 생성자

정의

오버로드

BooleanChoiceAttribute()

BooleanChoiceAttribute을 만듭니다.

BooleanChoiceAttribute(Boolean)

기본값을 사용하여 만듭니다 BooleanChoiceAttribute .

BooleanChoiceAttribute()

Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs

BooleanChoiceAttribute을 만듭니다.

public BooleanChoiceAttribute();
Public Sub New ()

적용 대상

BooleanChoiceAttribute(Boolean)

Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs

기본값을 사용하여 만듭니다 BooleanChoiceAttribute .

public BooleanChoiceAttribute(bool defaultValue);
new Microsoft.ML.SearchSpace.BooleanChoiceAttribute : bool -> Microsoft.ML.SearchSpace.BooleanChoiceAttribute
Public Sub New (defaultValue As Boolean)

매개 변수

defaultValue
Boolean

이 옵션의 기본값입니다.

적용 대상