Parameter.FromLong(Int64) Method

Definition

Create a Parameter from a Int64 value. The ParameterType will be Integer.

public static Microsoft.ML.SearchSpace.Parameter FromLong (long value);
static member FromLong : int64 -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromLong (value As Long) As Parameter

Parameters

value
Int64

Returns

Parameter

Applies to