#include <model.h>
Public Member Functions | |
| model (int dim) | |
| Constructor that initializes a model with the given dimension.   | |
| model () | |
| Default constructor that initializes a model.   | |
| model (int dim, bool random_noise) | |
| Constructor that initializes a model with the given dimension and optinal random noise.   | |
| void | resetModel () | 
Public Attributes | |
| FVector | w | 
| double | wscale | 
| double | bias | 
| int | dim | 
| double | t | 
| model::model | ( | int | dim | ) |  [inline] | 
        
Constructor that initializes a model with the given dimension.
| [in] | dim | dimension of the model | 
| model::model | ( | ) |  [inline] | 
        
Default constructor that initializes a model.
| model::model | ( | int | dim, | |
| bool | random_noise | |||
| ) |  [inline] | 
        
Constructor that initializes a model with the given dimension and optinal random noise.
| [in] | dim | dimension of the model | 
| [in] | random_noise | whether model should be filled randomly or not | 
| void model::resetModel | ( | ) |  [inline] | 
        
| double model::bias | 
| int model::dim | 
| double model::t | 
| double model::wscale | 
 1.4.7