XCSF 1.4.8
XCSF learning classifier system
|
#include <xcsf.h>
Data Fields | |
double * | x |
Feature variables. | |
double * | y |
Target variables. | |
int | x_dim |
Number of feature variables. | |
int | y_dim |
Number of target variables. | |
int | n_samples |
Number of instances. | |
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::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 env_csv_init(), env_csv_input_read(), XCS::load_input(), XCS::reset(), xcs_supervised_fit(), xcs_supervised_score(), and xcs_supervised_score_n().