Aracılığıyla paylaş


BooleanChoiceAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

BooleanChoiceAttribute()

oluşturun BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Varsayılan değerle bir BooleanChoiceAttribute oluşturun.

BooleanChoiceAttribute()

public BooleanChoiceAttribute ();
Public Sub New ()

Şunlara uygulanır

BooleanChoiceAttribute(Boolean)

Varsayılan değerle bir BooleanChoiceAttribute oluşturun.

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

Parametreler

defaultValue
Boolean

bu seçenek için varsayılan değer.

Şunlara uygulanır