OptionBase.MappingToFeatureSpace(Parameter) Method
Definition
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.
mapping value to [0, 1) uniform distribution.
public abstract double[] MappingToFeatureSpace (Microsoft.ML.SearchSpace.Parameter value);
abstract member MappingToFeatureSpace : Microsoft.ML.SearchSpace.Parameter -> double[]
Public MustOverride Function MappingToFeatureSpace (value As Parameter) As Double()
Parameters
- value
- Parameter
Returns
Double[]
mapping value in [0,1).