2 writes to DefaultValue
Microsoft.ML.Core (2)
SearchSpace\ChoiceAttribute.cs (2)
25
this.
DefaultValue
= null;
38
this.
DefaultValue
= defaultValue;
4 references to DefaultValue
Microsoft.ML.SearchSpace (4)
SearchSpace.cs (4)
217
ChoiceAttribute choice => choice.
DefaultValue
== null ? new ChoiceOption(choice.Candidates) : new ChoiceOption(choice.Candidates, defaultChoice: choice.
DefaultValue
),
264
ChoiceAttribute choice => choice.
DefaultValue
== null ? new ChoiceOption(choice.Candidates) : new ChoiceOption(choice.Candidates, defaultChoice: choice.
DefaultValue
),