Changeset 6 for prextra/kannc.m


Ignore:
Timestamp:
10/19/10 15:10:40 (14 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prextra/kannc.m

    r5 r6  
    1 %KANNC 1-Nearest Neighbor Classifier using ANNQUERY
     1%KANNC 1-Nearest Neighbor Classifier using ANN Matlab Wrapper
    22%
    33%   W = KANNC(A,,K,OPTION)
     
    1212%
    1313% 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
    1617%
    1718% SEE ALSO
Note: See TracChangeset for help on using the changeset viewer.