Legend:
- Unmodified
- Added
- Removed
-
prextra/ecoc.m
r5 r6 10 10 % 11 11 % OUTPUT 12 % W ECOC classifier12 % W ECOC classifier 13 13 % 14 14 % DESCRIPTION -
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.