2 references to SweepableDiscreteParamAttribute
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
323
public SweepableDiscreteParamAttribute(string name, object[] values, bool isBool = false) :
this
(values, isBool)
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
66
[TlcModule.
SweepableDiscreteParamAttribute
(new object[] { 1e-4f, 1e-7f })]