1 write to _rawValue
Microsoft.ML.AutoML (1)
Utils\SweepableParamAttributes.cs (1)
25
_rawValue
= value;
2 references to _rawValue
Microsoft.ML.AutoML (2)
Utils\SweepableParamAttributes.cs (2)
21
get =>
_rawValue
;
33
public virtual IComparable ProcessedValue() =>
_rawValue
;