In [1]:
source("PPFS.R")
Paper1Selection = PPFS1(golub_train_predict, golub_train_response, golub_test_predict, golub_test_response)
In [2]:
source("Classifier.R")
rslt = classifier1(Paper1Selection$train_predict, Paper1Selection$train_response, Paper1Selection$test_predict, Paper1Selection$test_response)
In [3]:
rslt$train
rslt$test