4 references to Integer
Microsoft.ML.SearchSpace (4)
Parameter.cs (4)
99/// Create a <see cref="Parameter"/> from a <see cref="long"/> value. The <see cref="ParameterType"/> will be <see cref="ParameterType.Integer"/>. 104return new Parameter(value, ParameterType.Integer); 108/// Create a <see cref="Parameter"/> from a <see cref="int"/> value. The <see cref="ParameterType"/> will be <see cref="ParameterType.Integer"/>. 113return new Parameter(value, ParameterType.Integer);