Ignore:
Timestamp:
Feb 26, 2008, 9:46:49 AM (16 years ago)
Author:
Markus Ringnér
Message:

Refs. #335, fixed for KNN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/concepts.doxygen

    r1115 r1156  
    9999distance. For each class the function calculates a total vote based on
    100100the the nearest neighbors of the test sample that belong to the
    101 class. The total vote for each class is stored in the vector \a prediction.
     101class. The total vote for each class is stored in the vector \a
     102prediction.  The function should be implemented such that nearest
     103neighbors with distance infinity do not vote.
    102104
    103105\section Implementations
Note: See TracChangeset for help on using the changeset viewer.