#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. | |
| ace::Thresholds::Thresholds | ( | void | ) | [inline] |
Default constructor sets all thresholds to 0.
Pearson's chi square test threshold.
Log likelihood ratio threshold.
Mutual information threshold.
Pearson's coeficient threshold.
| double ace::Thresholds::t_test |
Student's t-test threshold.
| double ace::Thresholds::z_score |
Z score threshold.
1.5.6