X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=cmim.git;a=blobdiff_plain;f=fastentropy.h;fp=fastentropy.h;h=5abd6febf8b0cccb004579b662755cd90e8ec4b0;hp=360507a0276b6e6a3119dac89ef6561406c0e52b;hb=8ea0c152349515fc4f23c606ae1cadd694b9d9cb;hpb=821328d86a960f3c5303d22381dce3d7da059f0a diff --git a/fastentropy.h b/fastentropy.h index 360507a..5abd6fe 100644 --- a/fastentropy.h +++ b/fastentropy.h @@ -66,7 +66,7 @@ inline int fe_count_and_not_not(int n, uint32_t *a, uint32_t *b) { // 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, @@ -74,7 +74,7 @@ void fe_selection_cmim(int nb_samples, // 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,