Condividi tramite


BooleanChoiceAttribute Costruttori

Definizione

Overload

BooleanChoiceAttribute()

Creare un oggetto BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Creare un BooleanChoiceAttribute oggetto con il valore predefinito.

BooleanChoiceAttribute()

Origine:
BoolearnChoiceAttribute.cs
Origine:
BoolearnChoiceAttribute.cs
Origine:
BoolearnChoiceAttribute.cs

Creare un oggetto BooleanChoiceAttribute.

public BooleanChoiceAttribute();
Public Sub New ()

Si applica a

BooleanChoiceAttribute(Boolean)

Origine:
BoolearnChoiceAttribute.cs
Origine:
BoolearnChoiceAttribute.cs
Origine:
BoolearnChoiceAttribute.cs

Creare un BooleanChoiceAttribute oggetto con il valore predefinito.

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

Parametri

defaultValue
Boolean

valore predefinito per questa opzione.

Si applica a