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