Parameter.FromBool(Boolean) 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 Boolean value. The ParameterType will be Bool.
public static Microsoft.ML.SearchSpace.Parameter FromBool (bool value);
static member FromBool : bool -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromBool (value As Boolean) As Parameter
Parameters
- value
- Boolean