fastglmm
Massively scalable generalized linear mixed models
Loading...
Searching...
No Matches
fastglmmLib::CleanData Class Reference

#include <CleanData.h>

Public Member Functions

 CleanData (const mat &Y, const mat &X, const mat &Weights)
mat get_Y () const
mat get_W () const
mat get_X () const

Detailed Description

Given Y, X and Weights for regression model, clean NAN values as follows. For rows in X with NAN values, set row values to zero. For entries in Y with NAN values, set entries values to zero. For Weights, set rows matching NANs in X and entries matching NAN values in Y to zero.

Constructor & Destructor Documentation

◆ CleanData()

fastglmmLib::CleanData::CleanData ( const mat & Y,
const mat & X,
const mat & Weights )
inline

Member Function Documentation

◆ get_W()

mat fastglmmLib::CleanData::get_W ( ) const
inline

◆ get_X()

mat fastglmmLib::CleanData::get_X ( ) const
inline

◆ get_Y()

mat fastglmmLib::CleanData::get_Y ( ) const
inline

The documentation for this class was generated from the following file: