I trained my knn classifier over multiple images and saved the model. I am getting some new images to train. I don't want to retrain the already existing model.
How to add the newly trained model to the existing saved model ?
Could someone guide if this is possible or any articles describing the same ?
Thank you,