Parameter.FromInt(Int32) 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 Int32 value. The ParameterType will be Integer.
public static Microsoft.ML.SearchSpace.Parameter FromInt (int value);
static member FromInt : int -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromInt (value As Integer) As Parameter
Parameters
- value
- Int32