KNN classifier predictor
Predict table labels using a trained k-nearest neighbors classifier model
Predictor of a K-nearest neighbors classifier. Predict the class labels for a table.
See https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html for more details.
Input
Table
The input table
Learned model
The input model
Output
result
The output result