Parameter.FromDouble(Double) 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.
Create a Parameter from a Double value. The ParameterType will be Number.
public static Microsoft.ML.SearchSpace.Parameter FromDouble (double value);
static member FromDouble : double -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromDouble (value As Double) As Parameter
Parameters
- value
- Double