Matrix Science Mascot Parser toolkit
 
Loading...
Searching...
No Matches
ms_imputation_missing_val Class Reference

#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.
 

Detailed Description

This class is a holder of missing value information within ms_imputation.

EXPERIMENTAL
This class is EXPERIMENTAL. Both the API and the implementation may change in a future version of Parser.

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