1-nearest neighbor with accuracy, precision and recall
TO FIND THE K NEAREST NEIGHBOUR ::
FORMULA ::
Class = knnclassify(Test, Training, Group, k, distance, rule)
INPUTS :-
TEST SET, TRAINING SET, GROUP, VALUE OF K, DISTANCE, RULE
TEST, TRAINING - MATRIX
GROUP - GROUPING OF ROWS
K - NUMBER OF NEAREST NEIGHBOR USED IN CLASSIFICATION
DISTANCE - EUCLIDEAN
RULE - NEAREST
OUTPUT :-
CLASS MATRIX WHICH SHOWS THE NEAREST NEIGHBORS OF EACH ROW ie.,ROW 1 OF TEST IS CLOSEST TO ROW 3 OF TRAINING.THEN I CALCULATED TRUE POSITIVE, TRUE NEGATIVE, FALSE POSITIVE, FALSE NEGATIVE USING THAT I CALCULATED ACCURACY, PRESICION, RECALL
Cite As
Aravind Manimaran (2026). 1-nearest neighbor with accuracy, precision and recall (https://www.mathworks.com/matlabcentral/fileexchange/31612-1-nearest-neighbor-with-accuracy-precision-and-recall), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
