Parameter.FromInt(Int32) Method

Definition

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

Returns

Parameter

Applies to