// This selection maximises the conditional mutual information between
// the features and the class to predict, given any feature already
-// picked
+// picked. Call fe_init_tables() beforehand.
void fe_selection_cmim(int nb_samples,
int nb_total_features, uint32_t **x, uint32_t *y,
// This selection maximises the mutual information between the
// features and the class to predict, without taking care of the
-// redundancy
+// redundancy. Call fe_init_tables() beforehand.
void fe_selection_mim(int nb_samples,
int nb_total_features, uint32_t **x, uint32_t *y,