function out = knn_new(name) Creates a new k- Nearest Neighbours (k-NN) Model Inputs: name: string containing a name for the model (optional) Outputs: out: the model