43 instantiations of RangeAttribute
Microsoft.ML.AutoML.Samples (6)
Sweepable\SearchSpaceExample.cs (4)
42[Range((int)-10, 10, 0, false)]
45[Range(1f, 10f, 1f, true)]
48[Range(-10, 10, false)]
63[Range((int)-10, 10, 0, false)]
Microsoft.ML.AutoML.Tests (5)
Microsoft.ML.SearchSpace.Tests (5)
SearchSpaceTest.cs (5)
329[Range(-1000, 1000, init: 0)]
338[Range(-1000.0, 1000, init: 0)]
341[Range(-1000.0f, 1000, init: 0)]
358[Range(-1000.0, 1000, init: 0)]
361[Range(-1000.0f, 1000, init: 0)]
Microsoft.ML.StandardTrainers (27)
LdSvm\LdSvmTrainer.cs (6)
81[Range(1, 128, 1, true)]
90[Range(1e-4f, 1f, 1e-4f, true)]
99[Range(1e-4f, 1f, 1e-4f, true)]
108[Range(1e-4f, 1f, 1e-4f, true)]
117[Range(1e-4f, 1f, 1e-4f, true)]
135[Range(1, int.MaxValue, 1, true)]
Standard\LogisticRegression\LbfgsPredictorBase.cs (6)
48[Range(0.03125f, 32768f, 1, true)]
57[Range(0.03125f, 32768f, 1, true)]
67[Range(1e-7f, 1e-1f, 1e-4f, true)]
76[Range(2, 512, 2, true)]
85[Range(1, int.MaxValue, 1, true)]
115[Range(0f, 1f, 0f, false)]
Standard\SdcaBinary.cs (9)
166[Range(1e-7f, 32768f, 1e-7f, true)]
177[Range(1e-7f, 32768f, 1e-7f, true)]
196[Range(1e-7f, 1f, 1e-7f, true)]
208[Range(10, 1000, 10, true)]
237[Range(1e-7f, 1f, 1e-7f, true)]
1843[Range((float)0.03125, (float)32768, init: (float)1F, logBase: true)]
1863[Range(1e-6, 1e-1, init: 1e-1, logBase: true)]
1875[Range((int)1, 20, init: 1, logBase: true)]
1883[Range(1e-3, 1, init: 1e-3, logBase: true)]
12 references to RangeAttribute
Microsoft.ML.Core (6)
Microsoft.ML.SearchSpace (6)