Compartir a través de


ChoiceAttribute Constructores

Definición

Sobrecargas

ChoiceAttribute(Object[])

Cree un elemento ChoiceAttribute con candidates.

ChoiceAttribute(Object[], Object)

Cree un ChoiceAttribute objeto con candidates y defaultValue.

ChoiceAttribute(Object[])

Cree un elemento ChoiceAttribute con candidates.

public ChoiceAttribute (params object[] candidates);
new Microsoft.ML.SearchSpace.ChoiceAttribute : obj[] -> Microsoft.ML.SearchSpace.ChoiceAttribute
Public Sub New (ParamArray candidates As Object())

Parámetros

candidates
Object[]

Se aplica a

ChoiceAttribute(Object[], Object)

Cree un ChoiceAttribute objeto con candidates y defaultValue.

public ChoiceAttribute (object[] candidates, object defaultValue);
new Microsoft.ML.SearchSpace.ChoiceAttribute : obj[] * obj -> Microsoft.ML.SearchSpace.ChoiceAttribute
Public Sub New (candidates As Object(), defaultValue As Object)

Parámetros

candidates
Object[]
defaultValue
Object

Se aplica a