Neto Oliveira
Results
1
comments of
Neto Oliveira
Uncaught TypeError: Cannot read property 'nearest' of undefined at O.getSinglePrediction (knn.js:91)
I've solved this issue like that @freezeyang : ```js var dataset = [[0, 0, 0], [0, 1, 1], [1, 1, 0], [2, 2, 2], [1, 2, 2], [2, 1, 2]];...