4 writes to C
Microsoft.ML.Samples (1)
Dynamic\Trainers\Recommendation\OneClassMatrixFactorizationWithOptions.cs (1)
60
C
= 0.15,
Microsoft.ML.Tests (3)
TrainerEstimators\MatrixFactorizationTests.cs (3)
460
C
= 0.15, // Desired value for matrix elements not specified in the input matrix.
604
C
= 0.15, // Desired value for matrix elements not specified in the input matrix.
668
C
= 0.15,
5 references to C
Microsoft.ML.AutoML (1)
TrainerExtensions\SweepableParams.cs (1)
130
new SweepableDiscreteParam(nameof(MatrixFactorizationTrainer.Options.
C
), new object[] { 0.000001f, 0.0001f, 0.01f }),
Microsoft.ML.CodeGenerator.Tests (2)
ApprovalTests\ConsoleCodeGeneratorTests.cs (1)
556
{nameof(MatrixFactorizationTrainer.Options.
C
), 0.00001f },
TrainerGeneratorTests.cs (1)
311
{nameof(MatrixFactorizationTrainer.Options.
C
), 0.00001f },
Microsoft.ML.Recommender (2)
MatrixFactorizationTrainer.cs (2)
365
_c = options.
C
;
407
_c = args.
C
;