2 references to Array
Microsoft.ML.SearchSpace (2)
Parameter.cs (2)
144/// Create a <see cref="Parameter"/> from a <see cref="IEnumerable"/> value. The <see cref="ParameterType"/> will be <see cref="ParameterType.Array"/>. 155return new Parameter(values, ParameterType.Array);