共用方式為


BooleanChoiceAttribute 建構函式

定義

多載

BooleanChoiceAttribute()

建立 BooleanChoiceAttribute

BooleanChoiceAttribute(Boolean)

BooleanChoiceAttribute建立具有預設值的 。

BooleanChoiceAttribute()

來源:
BoolearnChoiceAttribute.cs
來源:
BoolearnChoiceAttribute.cs
來源:
BoolearnChoiceAttribute.cs
public BooleanChoiceAttribute();
Public Sub New ()

適用於

BooleanChoiceAttribute(Boolean)

來源:
BoolearnChoiceAttribute.cs
來源:
BoolearnChoiceAttribute.cs
來源:
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

這個選項的預設值。

適用於