
#include <CentralLB.h>

Public Member Functions | |
| FutureModel () | |
| FutureModel (int n) | |
| FutureModel (int n, LBPredictorFunction *myfunc) | |
| ~FutureModel () | |
| void | changePredictor (LBPredictorFunction *new_predictor) |
Data Fields | |
| int | n_stats |
| int | cur_stats |
| int | start_stats |
| LDStats * | collection |
| int | n_objs |
| LBPredictorFunction * | predictor |
| double ** | parameters |
| bool * | model_valid |
Definition at line 160 of file CentralLB.h.
| CentralLB::FutureModel::FutureModel | ( | ) | [inline] |
| CentralLB::FutureModel::FutureModel | ( | int | n | ) | [inline] |
| CentralLB::FutureModel::FutureModel | ( | int | n, | |
| LBPredictorFunction * | myfunc | |||
| ) | [inline] |
| CentralLB::FutureModel::~FutureModel | ( | ) | [inline] |
Definition at line 186 of file CentralLB.h.
References collection, n_objs, parameters, and predictor.
| void CentralLB::FutureModel::changePredictor | ( | LBPredictorFunction * | new_predictor | ) | [inline] |
Definition at line 193 of file CentralLB.h.
References model_valid, n_objs, LBPredictorFunction::num_params, parameters, and predictor.
Referenced by CentralLB::changePredictor().

Definition at line 161 of file CentralLB.h.
Definition at line 163 of file CentralLB.h.
| LDStats* CentralLB::FutureModel::collection |
Definition at line 164 of file CentralLB.h.
Referenced by FutureModel(), Marquardt_solver(), and ~FutureModel().
Definition at line 166 of file CentralLB.h.
Referenced by changePredictor(), FutureModel(), Marquardt_solver(), and ~FutureModel().
| double** CentralLB::FutureModel::parameters |
Definition at line 167 of file CentralLB.h.
Referenced by changePredictor(), Marquardt_solver(), and ~FutureModel().
1.5.5