classdef classificationKNN to represent a kNN model, with properties and inbuilt methods to calculate and predict labels. added BISTs , Output tests and a demo. classdef has a problem that the protected properties can be accessed via object of classdef.
fitcknn fits values of kNN model into an object that can be used to predict labels, added BISTs and demo.
classdef classificationKNN to represent a kNN model, with properties and inbuilt methods to calculate and predict labels. added BISTs , Output tests and a demo. classdef has a problem that the protected properties can be accessed via object of classdef.
fitcknn fits values of kNN model into an object that can be used to predict labels, added BISTs and demo.