Microsoft.ML.SearchSpace Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
BooleanChoiceAttribute |
Boolean choice attribute |
ChoiceAttribute |
Choice attribute |
NestOptionAttribute |
attribution class for nest option. |
Parameter |
Parameter is used to save sweeping result from tuner and is used to restore mlnet pipeline from sweepable pipline. |
RangeAttribute |
Range attribute |
SearchSpace |
This class is used to represent a set of OptionBase, which can be either one of ChoiceOption, UniformNumericOption or Microsoft.ML.SearchSpace.Option.NestOption. |
SearchSpace<T> |
This class is used to represent a set of OptionBase, which can be either one of ChoiceOption, UniformNumericOption or Microsoft.ML.SearchSpace.Option.NestOption. |
Enums
ParameterType |
Parameter type. This type is used to determine the type of Parameter and is associated to corresponded Json token when serializing/deserializing. |