XCSF
1.4.7
XCSF learning classifier system
|
Classifier set. More...
#include <xcsf.h>
Data Fields | |
struct Clist * | list |
Linked list of classifiers. More... | |
int | size |
Number of macro-classifiers. More... | |
int | num |
The total numerosity of classifiers. More... | |
struct Clist* Set::list |
Linked list of classifiers.
Definition at line 77 of file xcsf.h.
Referenced by clset_add(), clset_free(), clset_init(), clset_json_export(), clset_kill(), clset_mean_cond_connections(), clset_mean_cond_layers(), clset_mean_cond_neurons(), clset_mean_cond_size(), clset_mean_pred_connections(), clset_mean_pred_eta(), clset_mean_pred_layers(), clset_mean_pred_neurons(), clset_mean_pred_size(), clset_set_times(), clset_subsumption(), clset_total_fit(), clset_total_time(), clset_update(), clset_update_fit(), clset_validate(), ea_select_rw(), ea_select_tournament(), ea_subsume(), XCS::json_export(), and pa_build().
int Set::num |
The total numerosity of classifiers.
Definition at line 79 of file xcsf.h.
Referenced by clset_add(), clset_free(), clset_init(), clset_kill(), clset_mean_time(), clset_update(), clset_validate(), and XCS::get_pset_num().
int Set::size |
Number of macro-classifiers.
Definition at line 78 of file xcsf.h.
Referenced by clset_add(), clset_free(), clset_init(), clset_kill(), clset_update(), clset_update_fit(), clset_validate(), ea(), ea_subsume(), XCS::get_pset_size(), pa_build(), and XCS::update_metrics().