3 references to String
Microsoft.ML.SearchSpace (3)
Parameter.cs (3)
117/// Create a <see cref="Parameter"/> from a <see cref="string"/> value. The <see cref="ParameterType"/> will be <see cref="ParameterType.String"/>. 122return new Parameter(value, ParameterType.String); 135/// Create a <see cref="Parameter"/> from a <see cref="Enum"/> value. The <see cref="ParameterType"/> will be <see cref="ParameterType.String"/>.