2 references to Bool
Microsoft.ML.SearchSpace (2)
Parameter.cs (2)
126
/// Create a <see cref="Parameter"/> from a <see cref="bool"/> value. The <see cref="ParameterType"/> will be <see cref="ParameterType.
Bool
"/>.
131
return new Parameter(value, ParameterType.
Bool
);