Loading a pre-trained KNN classifier - python
I know there is a save command for the KNN classifier, that outputs the model in XML.
Is there any corresponding load command to load that model back into python
I am using cv2 3.0.0 and Python 2.7