3 types derived from SweepableParamAttribute
Microsoft.ML.Core (3)
EntryPoints\ModuleArgs.cs (3)
319public sealed class SweepableDiscreteParamAttribute : SweepableParamAttribute 405public sealed class SweepableFloatParamAttribute : SweepableParamAttribute 456public sealed class SweepableLongParamAttribute : SweepableParamAttribute
4 references to SweepableParamAttribute
Microsoft.ML.Core (4)
EntryPoints\ModuleArgs.cs (4)
310public abstract SweepableParamAttribute Clone(); 389public override SweepableParamAttribute Clone() => 435public override SweepableParamAttribute Clone() => 486public override SweepableParamAttribute Clone() =>