powered by
library(golubEsets) data(Golub_Merge) smallG <- Golub_Merge[101:150,] k1 <- MLearn(ALL.AML~., smallG, knnI(k=1), 1:30) confuMat(k1) confuMat(k1, "train")
Run the code above in your browser using DataLab