Udostępnij za pośrednictwem


ChoiceOption Konstruktory

Definicja

Przeciążenia

ChoiceOption(Object[])

Utwórz ChoiceOption za pomocą polecenia choices

ChoiceOption(Object[], Object)

Utwórz za ChoiceOption pomocą elementów choices i defaultChoice.

ChoiceOption(Object[])

Utwórz ChoiceOption za pomocą polecenia choices

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

Parametry

choices
Object[]

Dotyczy

ChoiceOption(Object[], Object)

Utwórz za ChoiceOption pomocą elementów choices i defaultChoice.

public ChoiceOption (object[] choices, object? defaultChoice);
new Microsoft.ML.SearchSpace.Option.ChoiceOption : obj[] * obj -> Microsoft.ML.SearchSpace.Option.ChoiceOption
Public Sub New (choices As Object(), defaultChoice As Object)

Parametry

choices
Object[]
defaultChoice
Object

Dotyczy