Skip to contents

All functions

MFAIR-class
Each MFAIR object has a number of slots which store information. Key slots to access are listed below.
MFAIRSingleFactor-class
MFAIRSingleFactor object contains the key information about the fitted single factor MFAI model.
appendMFAIR()
Append the fitted factor to the MFAIR object in the greedy algorithm.
createMFAIR()
Create the MFAIR object with main data matrix and auxiliary information.
fitBack()
Fit the MFAI model using backfitting algorithm.
fitGreedy()
Fit the MFAI model using greedy algorithm.
fitSFFully()
Fit the single factor MFAI model with fully observed main data matrix.
fitSFMissing()
Fit the single factor MFAI model with partially observed main data matrix.
fitSFSparse()
Fit the single factor MFAI model with partially observed main data matrix stored in the sparse mode.
getELBO()
Compute the evidence lower bound (ELBO) for fitted single factor MFAI model.
getImportance()
Get importance measures of auxiliary covariates.
getImportanceSF()
Get importance measures of auxiliary covariates in a single factor.
initSF()
Initialize the parameters for the single factor MAFI model.
matrixORdgCMatrix-class
Define the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix.
ml100k
MovieLens 100K data.
neocortex
Human brain gene expression data.
predict(<MFAIR>)
Prediction function for MFAIR object.
predict(<MFAIRSingleFactor>)
Prediction function for MFAIRSingleFactor object.
predictFX()
Prediction function for fitted functions.
predictFXSF()
Prediction function for fitted function F() in single factor.
projSparse()
Project a matrix with given indices and store the result in the sparse mode.
updateMFAIR()
Update the k-th factor of the MFAIR object in the backfitting algorithm.