#include <ms_imputation.hpp>
Public Member Functions | |
ms_imputation_missing_val () | |
Default construtor; initialises the value as missing. | |
ms_imputation_missing_val (bool isMissing, double val) | |
Constructor to initialise whether or not a value is missing and, if not missing, the numerical value. | |
double | getVal () const |
Get the numerical value (if this is not missing). | |
bool | isMissing () const |
Get missing status for this value. | |
void | setMissing () |
Set the status and value as missing. | |
void | setVal (double val) |
Set the numerical value and status as not missing. | |
This class is a holder of missing value information within ms_imputation.