Hello people
i have a simple KNN process which takes an excel dataset as the training data Set , i can run it from inside NetBeans and display the accuracy of the model generated by it , my question is : How can i enter values for a new example "without entering the label value of course which i want to predict" from inside NetBeans..and then displaying the result of this example's label after applying the model on it
thank you in advance