#include <CentralLB.h>
Collaboration diagram for CentralLB::FutureModel:

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 125 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 151 of file CentralLB.h.
References collection, n_objs, parameters, and predictor.
| void CentralLB::FutureModel::changePredictor | ( | LBPredictorFunction * | new_predictor | ) | [inline] |
Definition at line 158 of file CentralLB.h.
References model_valid, n_objs, LBPredictorFunction::num_params, parameters, and predictor.
Referenced by CentralLB::changePredictor().
Definition at line 126 of file CentralLB.h.
Definition at line 128 of file CentralLB.h.
| LDStats* CentralLB::FutureModel::collection |
Definition at line 129 of file CentralLB.h.
Referenced by FutureModel(), Marquardt_solver(), and ~FutureModel().
Definition at line 131 of file CentralLB.h.
Referenced by changePredictor(), FutureModel(), Marquardt_solver(), and ~FutureModel().
| double** CentralLB::FutureModel::parameters |
Definition at line 132 of file CentralLB.h.
Referenced by changePredictor(), Marquardt_solver(), and ~FutureModel().
1.5.1