switch 2-by-2 plot setting to default 1-by-1 for future plotting convenience.

This commit is contained in:
unknown 2016-03-21 15:20:11 -04:00
Родитель 67eb9a7a2b
Коммит e2bd43a35d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -220,6 +220,7 @@ plot(dForestA_mrs, main = "OOB Error Rate vs Number of Trees: Set A")
plot(dForestB_mrs, main = "OOB Error Rate vs Number of Trees: Set B")
plot(dForestC_mrs, main = "OOB Error Rate vs Number of Trees: Set C")
plot(dForestD_mrs, main = "OOB Error Rate vs Number of Trees: Set D")
par(mfrow = c(1, 1))
#---------------------------Step 5: Predict over new data---------------------------
## Set A: