7 references to SweepableFloatParam
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
414
bool isLogScale = false) :
this
(min, max, stepSize, numSteps, isLogScale)
Microsoft.ML.StandardTrainers (6)
FactorizationMachine\FactorizationMachineTrainer.cs (4)
112
[TlcModule.
SweepableFloatParam
(0.001f, 1.0f, isLogScale: true)]
133
[TlcModule.
SweepableFloatParam
(1e-8f, 1f, isLogScale: true)]
140
[TlcModule.
SweepableFloatParam
(1e-8f, 1f, isLogScale: true)]
174
[TlcModule.
SweepableFloatParam
(0.1f, 1f)]
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
47
[TlcModule.
SweepableFloatParamAttribute
(0.0f, 1.0f, numSteps: 4)]
56
[TlcModule.
SweepableFloatParamAttribute
(0.0f, 1.0f, numSteps: 4)]