2 writes to LatentDimension
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\FieldAwareFactorizationMachineWithOptions.cs (1)
40
LatentDimension
= 16,
Microsoft.ML.Tests (1)
TrainerEstimators\FAFMEstimator.cs (1)
77
LatentDimension
= 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
;