|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ed.inf.enzml.mulan.learn.traintest.TrainTestFullRun
public class TrainTestFullRun
Runs a full train/test evaluation: 1. generate the ARFF file for training and the (old) file for testing 2. filter the (old) test arff file by the train file 3. generate a .model file containing the serialised classifier trained on the train arff 4. train on the train arff and test on the (new, filtered) test arff
| Constructor Summary | |
|---|---|
TrainTestFullRun()
|
|
| Method Summary | |
|---|---|
static void |
fullRun()
Executes: 1. |
static void |
main(java.lang.String[] args)
|
static void |
run2_3()
Executes 2. |
static void |
run3()
When files and trained model are already available, it executes exclusively the train-test evaluation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrainTestFullRun()
| Method Detail |
|---|
public static void fullRun()
public static void main(java.lang.String[] args)
public static void run2_3()
public static void run3()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||