#include <config.h>
Public Member Functions | |
| Thresholds (void) | |
| Default constructor sets all thresholds to 0. | |
Public Attributes | |
| double | chi_square_test |
| Pearson's chi square test threshold. | |
| double | log_likelihood_ratio |
| Log likelihood ratio threshold. | |
| double | mutual_information |
| Mutual information threshold. | |
| double | pearsons_coefficient |
| Pearson's coeficient threshold. | |
| double | t_test |
| Student's t-test threshold. | |
| double | z_score |
| Z score threshold. | |
Definition at line 170 of file config.h.
1.5.6