XCSF
1.4.7
XCSF learning classifier system
|
#include <xcsf.h>
Data Fields | |
double * | x |
Feature variables. More... | |
double * | y |
Target variables. More... | |
int | x_dim |
Number of feature variables. More... | |
int | y_dim |
Number of target variables. More... | |
int | n_samples |
Number of instances. More... | |
int Input::n_samples |
Number of instances.
Definition at line 151 of file xcsf.h.
Referenced by env_csv_input_read(), XCS::load_input(), XCS::predict(), XCS::reset(), xcs_supervised_sample(), xcs_supervised_score(), and xcs_supervised_score_n().
double* Input::x |
Feature variables.
Definition at line 147 of file xcsf.h.
Referenced by env_csv_free(), env_csv_input_read(), XCS::load_input(), XCS::reset(), xcs_supervised_fit(), xcs_supervised_score(), and xcs_supervised_score_n().
int Input::x_dim |
Number of feature variables.
Definition at line 149 of file xcsf.h.
Referenced by env_csv_init(), env_csv_input_read(), XCS::load_input(), XCS::reset(), xcs_supervised_fit(), xcs_supervised_score(), and xcs_supervised_score_n().
double* Input::y |
Target variables.
Definition at line 148 of file xcsf.h.
Referenced by env_csv_free(), env_csv_input_read(), XCS::load_input(), XCS::reset(), xcs_supervised_fit(), xcs_supervised_score(), and xcs_supervised_score_n().
int Input::y_dim |
Number of target variables.
Definition at line 150 of file xcsf.h.
Referenced by XCS::ae_to_classifier(), env_csv_init(), env_csv_input_read(), XCS::load_input(), XCS::reset(), xcs_supervised_fit(), xcs_supervised_score(), and xcs_supervised_score_n().