15 #ifndef __IPSDKMATH_ESTIMATIONLOGMESSAGES_H__ 16 #define __IPSDKMATH_ESTIMATIONLOGMESSAGES_H__ 77 #endif // __IPSDKMATH_ESTIMATIONLOGMESSAGES_H__ eEstimationMessage
Definition: EstimationLogMessages.h:33
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Data set collection size d mismatch with outlier flags collection size d.
Definition: EstimationLogMessages.h:39
Estimator has not been initialized.
Definition: EstimationLogMessages.h:47
Number of buckets by axis should not be null.
Definition: EstimationLogMessages.h:79
Header part of macros set allowing to manager log messages map into libraries.
#define DECLARE_LOG_MESSAGE_MAP(libraryName, enumTypeStr, enumSeq)
macro allowing to declare a message map for a given library libraryName and a given enumerate enumTyp...
Definition: LogMessageManagerHdrMacros.h:27
Data range [f, f] is not sufficient to ensure regular grid bucket partitioning.
Definition: EstimationLogMessages.h:87
Input outlier range factor value {f} should be strictly greater than outlier threshold factor {f}...
Definition: EstimationLogMessages.h:59
Sub set requested size should not be null.
Definition: EstimationLogMessages.h:85
Invalid data sub set size d, exepection sub set with size d.
Definition: EstimationLogMessages.h:63
Invalid number of estimated parameters d, expecting d number of estimated parameters.
Definition: EstimationLogMessages.h:57
Robust estimator has not been initialized.
Definition: EstimationLogMessages.h:105
Failed to generate a sub set of data using data partition.
Definition: EstimationLogMessages.h:35
Invalid data size d into data set, expecting data with size d.
Definition: EstimationLogMessages.h:51
Residuals set collection size d mismatch with outlier flags collection size d.
Definition: EstimationLogMessages.h:91
Residuals computation failed while estimation was successful s.
Definition: EstimationLogMessages.h:89
Data set with size d do no contains enough data to ensure processing (needs at least d data) ...
Definition: EstimationLogMessages.h:69
Non linear estimation pass failed s.
Definition: EstimationLogMessages.h:67
Number of estimated parameters should not be null.
Definition: EstimationLogMessages.h:81
Data partition shared pointer should not be null.
Definition: EstimationLogMessages.h:73
Residuals collection size d mismatch with data set size d.
Definition: EstimationLogMessages.h:93
Data size should not be null.
Definition: EstimationLogMessages.h:75
Robust estimation failed, no valid estimation score computed, outlier threshold may be to high...
Definition: EstimationLogMessages.h:97
Estimation configuration has not been initialized.
Definition: EstimationLogMessages.h:41
Input outlier threshold factor value {f} should be strictly positive.
Definition: EstimationLogMessages.h:61
Invalid expected outlier ratio value f, should be in [0, d[.
Definition: EstimationLogMessages.h:53
Can't get results from a failed estimation.
Definition: EstimationLogMessages.h:43
Not enough buckets d generated to ensure requested sub sets size d.
Definition: EstimationLogMessages.h:49
Robust estimator s is not yet supported.
Definition: EstimationLogMessages.h:107
Estimator shared pointer should not be null for robust estimator initialization.
Definition: EstimationLogMessages.h:77
Minimun number of requested data should not be null.
Definition: EstimationLogMessages.h:83
Estimation results have not been initialized.
Definition: EstimationLogMessages.h:45
Robust estimation failed after d runs (with d successful runs), while expecting d successful runs...
Definition: EstimationLogMessages.h:103
Input gaussian sigma value {f} should be strictly positive.
Definition: EstimationLogMessages.h:55
Not enough data d to ensure robust estimation (need at least d data)
Definition: EstimationLogMessages.h:101
Robust estimation final estimation failed s.
Definition: EstimationLogMessages.h:95
Robust estimation has not been proceeded, can't retrieve results.
Definition: EstimationLogMessages.h:99
Invalid success ratio value f, should be in ]0, 1[.
Definition: EstimationLogMessages.h:65
Cost function shared pointer should not be null for estimation.
Definition: EstimationLogMessages.h:71
Data partition has not been initialized.
Definition: EstimationLogMessages.h:37