9 references to Options
Microsoft.ML.AutoML (1)
TrainerExtensions\BinaryTrainerExtensions.cs (1)
32
options = new AveragedPerceptronTrainer.
Options
();
Microsoft.ML.IntegrationTests (1)
Training.cs (1)
96
new AveragedPerceptronTrainer.
Options
{ NumberOfIterations = 1 });
Microsoft.ML.Predictor.Tests (1)
TestPredictors.cs (1)
769
AveragedPerceptronTrainer.TrainBinary(ML, new AveragedPerceptronTrainer.
Options
()
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\AveragedPerceptronWithOptions.cs (1)
28
var options = new AveragedPerceptronTrainer.
Options
Microsoft.ML.StandardTrainers (1)
Standard\Online\AveragedPerceptron.cs (1)
179
: this(env, new
Options
Microsoft.ML.Tests (4)
Scenarios\Api\TestApi.cs (1)
186
new AveragedPerceptronTrainer.
Options
{ NumberOfIterations = 2 });
Scenarios\OvaTest.cs (1)
71
new AveragedPerceptronTrainer.
Options
{ Shuffle = true });
TrainerEstimators\MetalinearEstimators.cs (1)
27
new AveragedPerceptronTrainer.
Options
{ Shuffle = true });
TrainerEstimators\OnlineLinearTests.cs (1)
43
new AveragedPerceptronTrainer.
Options
{ LearningRate = 0.5f });