9 | Build a K-Nearest Neighbors Graph From ScratchPublished onMay 12, 2019 ∘ ~13 mins ∘ ––– viewsstatsp5.jsGiven n-dimensional data that we can classify into various categories, we can use KNN to predict what class an unknown n-dimensional data-point falls into based on its proximity to the nearest K points.