#include <mat_tools.h>
Definition at line 1791 of file mat_tools.h.
◆ CSG_Regression_Weighted()
CSG_Regression_Weighted::CSG_Regression_Weighted |
( |
void |
| ) |
|
◆ ~CSG_Regression_Weighted()
CSG_Regression_Weighted::~CSG_Regression_Weighted |
( |
void |
| ) |
|
|
virtual |
◆ Add_Sample()
bool CSG_Regression_Weighted::Add_Sample |
( |
double |
Weight, |
|
|
double |
Dependent, |
|
|
const CSG_Vector & |
Predictors |
|
) |
| |
◆ Calculate() [1/2]
bool CSG_Regression_Weighted::Calculate |
( |
bool |
bLogistic = false | ) |
|
◆ Calculate() [2/2]
bool CSG_Regression_Weighted::Calculate |
( |
const CSG_Vector & |
Weights, |
|
|
const CSG_Vector & |
Dependents, |
|
|
const CSG_Matrix & |
Predictors, |
|
|
bool |
bLogistic = false |
|
) |
| |
◆ Destroy()
bool CSG_Regression_Weighted::Destroy |
( |
void |
| ) |
|
◆ Get_CrossValidation()
bool CSG_Regression_Weighted::Get_CrossValidation |
( |
int |
nSubSamples = 0 | ) |
|
◆ Get_CV_NRMSE()
double CSG_Regression_Weighted::Get_CV_NRMSE |
( |
void |
| ) |
const |
|
inline |
◆ Get_CV_nSamples()
int CSG_Regression_Weighted::Get_CV_nSamples |
( |
void |
| ) |
const |
|
inline |
◆ Get_CV_R2()
double CSG_Regression_Weighted::Get_CV_R2 |
( |
void |
| ) |
const |
|
inline |
◆ Get_CV_RMSE()
double CSG_Regression_Weighted::Get_CV_RMSE |
( |
void |
| ) |
const |
|
inline |
◆ Get_Log_Difference()
double CSG_Regression_Weighted::Get_Log_Difference |
( |
void |
| ) |
const |
|
inline |
◆ Get_Log_Epsilon()
double CSG_Regression_Weighted::Get_Log_Epsilon |
( |
void |
| ) |
const |
|
inline |
◆ Get_Log_maxIter()
int CSG_Regression_Weighted::Get_Log_maxIter |
( |
void |
| ) |
const |
|
inline |
◆ Get_Predictor_Count()
int CSG_Regression_Weighted::Get_Predictor_Count |
( |
void |
| ) |
const |
|
inline |
◆ Get_R2()
double CSG_Regression_Weighted::Get_R2 |
( |
void |
| ) |
const |
|
inline |
◆ Get_RCoeff() [1/2]
double CSG_Regression_Weighted::Get_RCoeff |
( |
int |
i | ) |
const |
|
inline |
◆ Get_RCoeff() [2/2]
const CSG_Vector& CSG_Regression_Weighted::Get_RCoeff |
( |
void |
| ) |
const |
|
inline |
◆ Get_Sample_Count()
int CSG_Regression_Weighted::Get_Sample_Count |
( |
void |
| ) |
const |
|
inline |
◆ operator[]()
double CSG_Regression_Weighted::operator[] |
( |
int |
i | ) |
const |
|
inline |
◆ Set_Log_Difference()
bool CSG_Regression_Weighted::Set_Log_Difference |
( |
double |
Difference | ) |
|
◆ Set_Log_Epsilon()
bool CSG_Regression_Weighted::Set_Log_Epsilon |
( |
double |
Epsilon | ) |
|
◆ Set_Log_maxIter()
bool CSG_Regression_Weighted::Set_Log_maxIter |
( |
int |
maxIter | ) |
|
The documentation for this class was generated from the following files: