XCSF 1.4.8
XCSF learning classifier system
Loading...
Searching...
No Matches
PredNLMS Struct Reference

Normalised least mean squares prediction data structure. More...

#include <pred_nlms.h>

Data Fields

int n
 Number of weights for each predicted variable.
 
int n_weights
 Total number of weights.
 
doubleweights
 Weights used to compute prediction.
 
doublemu
 Mutation rates.
 
double eta
 Gradient descent rate.
 
doubletmp_input
 Temporary storage for updating weights.
 

Detailed Description

Normalised least mean squares prediction data structure.

Definition at line 32 of file pred_nlms.h.

Field Documentation

◆ eta

double PredNLMS::eta

◆ mu

◆ n

◆ n_weights

int PredNLMS::n_weights

Total number of weights.

Definition at line 34 of file pred_nlms.h.

Referenced by pred_nlms_init(), pred_nlms_json_export(), pred_nlms_json_import(), pred_nlms_load(), pred_nlms_save(), and pred_nlms_size().

◆ tmp_input

double* PredNLMS::tmp_input

Temporary storage for updating weights.

Definition at line 38 of file pred_nlms.h.

Referenced by pred_nlms_compute(), pred_nlms_free(), pred_nlms_init(), and pred_nlms_update().

◆ weights

double* PredNLMS::weights

The documentation for this struct was generated from the following file: