Description Usage Arguments Value Examples
This function predicts categories on a 2D test data set using training data.
1 | FindCategory(training.data, test.point, k)
|
training.data |
training data table where columns 1 and 2 are Euclidean coordinates (numeric), and column 3 is the category |
test.data |
2D test point, as Euclidean coordinates (numeric) |
knn.table :table of test data and KNN predictions
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.