3 implementations of IParameterValue
Microsoft.ML.Sweeper (3)
Parameters.cs (3)
69
public sealed class LongParameterValue :
IParameterValue
<long>
114
public sealed class FloatParameterValue :
IParameterValue
<float>
160
public sealed class StringParameterValue :
IParameterValue
<string>