Parameter.FromLong(Int64) 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 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