Parameter.FromLong(Int64) 方法

定义

从值创建一个ParameterInt64。 将是 ParameterTypeInteger

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

参数

value
Int64

返回

Parameter

适用于