Sdílet prostřednictvím


ChoiceOption Konstruktory

Definice

Přetížení

ChoiceOption(Object[])

Vytvořit ChoiceOption pomocí choices

ChoiceOption(Object[], Object)

Vytvořit ChoiceOption pomocí choices a defaultChoice.

ChoiceOption(Object[])

Vytvořit ChoiceOption pomocí 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[]

Platí pro

ChoiceOption(Object[], Object)

Vytvořit ChoiceOption pomocí choices a 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

Platí pro