Changeset 1115 for trunk/yat/classifier


Ignore:
Timestamp:
Feb 21, 2008, 8:20:59 PM (15 years ago)
Author:
Markus Ringnér
Message:

Fixes #254 and #295

Location:
trunk/yat/classifier
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/KNN.h

    r1112 r1115  
    4646  /// @brief Class for Nearest Neigbor Classification.
    4747  ///
    48   /// The template argument Distance should be a class implementing
     48  /// The template argument Distance should be a class modelling
    4949  /// the concept \ref concept_distance.
    50   /// The template argument NeigborWeighting should be a class implementing
     50  /// The template argument NeigborWeighting should be a class modelling
    5151  /// the concept \ref concept_neighbor_weighting.
    5252
  • trunk/yat/classifier/NCC.h

    r1112 r1115  
    5656  /// @brief Class for Nearest Centroid Classification.
    5757  ///
    58   /// The template argument Distance should be a class implementing
     58  /// The template argument Distance should be a class modelling
    5959  /// the concept \ref concept_distance.
    6060  ///
Note: See TracChangeset for help on using the changeset viewer.