Changeset 6 for prextra/kannc.m
- Timestamp:
- 10/19/10 15:10:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prextra/kannc.m
r5 r6 1 %KANNC 1-Nearest Neighbor Classifier using ANN QUERY1 %KANNC 1-Nearest Neighbor Classifier using ANN Matlab Wrapper 2 2 % 3 3 % W = KANNC(A,,K,OPTION) … … 12 12 % 13 13 % DESCRIPTION 14 % This is the nearest neighbor implementation for PRTools using the 15 % ANNQUERY package 14 % This is the nearest neighbor implementation for PRTools using the ANN 15 % Matlab Wrapper package. It should be in the path. If needed download it 16 % http://webscripts.softpedia.com/scriptDownload/ANN-MATLAB-Wrapper-Download-33976.html 16 17 % 17 18 % SEE ALSO
Note: See TracChangeset
for help on using the changeset viewer.