


M1
Attributes:
@attribute 'Number of Distractors' numeric
@attribute 'Referring Form' {that,it,'that N','the N','this N',this}
@attribute 'Cognitive Status' {I,A,F}
@attribute 'Physical Distance (Instructor)' numeric
@attribute Recency numeric
Accuracy   65.73
RMSE       0.343
Precision  0.552
Recall     0.657
F1 score   0.589
Coverage   4
Leaves     10



M2 (no Cognitive Status)
To remove Cognitive Status
Attributes:
@attribute 'Number of Distractors' numeric
@attribute 'Referring Form' {that,it,'that N','the N','this N',this}
@attribute 'Physical Distance (Instructor)' numeric
@attribute Recency numeric
Accuracy   64.11
RMSE       0.359
Precision  0.543
Recall     0.641
F1 score   0.576
Coverage   3
Leaves     6



M3 (no Number of Distractors)
To remove Number of Distractors
Attributes:
@attribute 'Referring Form' {that,it,'that N','the N','this N',this}
@attribute 'Cognitive Status' {I,A,F}
@attribute 'Physical Distance (Instructor)' numeric
@attribute Recency numeric
Accuracy   65.80
RMSE       0.342
Precision  0.552
Recall     0.658
F1 score   0.589
Coverage   4
Leaves     10



M4 (no Physical Distance (Instructor))
To remove Physical Distance (Instructor)
Attributes:
@attribute 'Number of Distractors' numeric
@attribute 'Referring Form' {that,it,'that N','the N','this N',this}
@attribute 'Cognitive Status' {I,A,F}
@attribute Recency numeric
Accuracy   62.98
RMSE       0.370
Precision  0.509
Recall     0.630
F1 score   0.542
Coverage   2
Leaves     5



M5 (no Recency)
To remove Recency
Attributes:
@attribute 'Number of Distractors' numeric
@attribute 'Referring Form' {that,it,'that N','the N','this N',this}
@attribute 'Cognitive Status' {I,A,F}
@attribute 'Physical Distance (Instructor)' numeric
Accuracy   61.72
RMSE       0.383
Precision  0.521
Recall     0.617
F1 score   0.556
Coverage   3
Leaves     6



Accuracy & 65.73 & 64.11 & 65.80 & 62.98 & 61.72\\
RMSE & 0.343 & 0.359 & 0.342 & 0.370 & 0.383\\
Precision & 0.552 & 0.543 & 0.552 & 0.509 & 0.521\\
Recall & 0.657 & 0.641 & 0.658 & 0.630 & 0.617\\
F1 score & 0.589 & 0.576 & 0.589 & 0.542 & 0.556\\
\hline
Coverage & 4 & 3 & 4 & 2 & 3\\
Leaves & 10 & 6 & 10 & 5 & 6\\

