Microsoft.ML.SearchSpace Namespace

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.