Parameter.FromFloat(Single) 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 Single value. The ParameterType will be Number.
public static Microsoft.ML.SearchSpace.Parameter FromFloat (float value);
static member FromFloat : single -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromFloat (value As Single) As Parameter
Parameters
- value
- Single