7 references to FieldAwareFactorizationMachineUtils
Microsoft.ML.StandardTrainers (7)
FactorizationMachine\FactorizationMachineTrainer.cs (3)
286
_latentDimAligned =
FieldAwareFactorizationMachineUtils
.GetAlignedVectorLength(_latentDim);
393
if (!
FieldAwareFactorizationMachineUtils
.LoadOneExampleIntoBuffer(getters, buffer, norm, ref count,
512
if (!
FieldAwareFactorizationMachineUtils
.LoadOneExampleIntoBuffer(featureGetters, featureBuffer, _norm, ref count,
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (4)
83
LatentDimAligned =
FieldAwareFactorizationMachineUtils
.GetAlignedVectorLength(latentDim);
118
LatentDimAligned =
FieldAwareFactorizationMachineUtils
.GetAlignedVectorLength(latentDim);
148
LatentDimAligned =
FieldAwareFactorizationMachineUtils
.GetAlignedVectorLength(latentDim);
232
FieldAwareFactorizationMachineUtils
.LoadOneExampleIntoBuffer(getters, featureBuffer, _norm, ref count,