Ignore:
Timestamp:
Sep 15, 2006, 4:03:31 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixed typo in doxygen comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/c++_tools/utility/NNI.h

    r648 r649  
    111111
    112112  protected:
    113     /** \f$ d_{ij}^2=\frac {\sum_{k=1}^C w_{ik} w_{jk} (x_{ik}-x_{jk})^2
    114        }{\sum_{k=l}^C w_{ik} w_{jk} } \f$ where C is the number of
    115     */ columns
     113    /**
     114       \f$ d_{ij}^2=\frac {\sum_{k=1}^C w_{ik} w_{jk} (x_{ik}-x_{jk})^2
     115       }{\sum_{k=l}^C w_{ik} w_{jk} } \f$ where C is the number of columns
     116    */
    116117    std::vector<std::pair<u_int,double> > calculate_distances(const u_int) const;
    117118    /// Contributing nearest neighbours are added up to the user set
Note: See TracChangeset for help on using the changeset viewer.