2 writes to LatentDimension
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\FieldAwareFactorizationMachineWithOptions.cs (1)
40LatentDimension = 16,
Microsoft.ML.Tests (1)
TrainerEstimators\FAFMEstimator.cs (1)
77LatentDimension = 7,
3 references to LatentDimension
Microsoft.ML.StandardTrainers (3)
FactorizationMachine\FactorizationMachineTrainer.cs (3)
280_host.CheckUserArg(options.LatentDimension > 0, nameof(options.LatentDimension), "Must be positive"); 285_latentDim = options.LatentDimension;