public class ClasifTest_t
extends java.lang.Object
This class has only a main method that calls t test for classification problems, defined in StatTest
| Constructor and Description |
|---|
ClasifTest_t() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
This method reads a configuration file and calls statisticalTest with appropriate values to run the
t test for classification problems, defined in StatTest class
|