set.seed(111)
knn <- KNearestNeighborModel(SplitRatio = 0.8,
CV = 3,
K = 3,
NCores = 1,
NewData = NULL)
Run the code above in your browser using DataLab