Ignore:
Timestamp:
Sep 19, 2014, 7:57:29 AM (9 years ago)
Author:
Peter
Message:

closes #813

File:
1 edited

Legend:

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

    r3316 r3318  
    77  Copyright (C) 2006 Jari Häkkinen, Markus Ringnér
    88  Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér
    9   Copyright (C) 2009, 2010 Peter Johansson
     9  Copyright (C) 2009, 2010, 2014 Peter Johansson
    1010
    1111  This file is part of the yat library, http://dev.thep.lu.se/yat
     
    4444  class MatrixLookup;
    4545
    46   ///
    47   /// @brief Class for In Group Proportions (IGP)
    48   ///
    49   /// See <a HREF="http://biostatistics.oxfordjournals.org/cgi/content/abstract/kxj029v1">Kapp and Tibshirani, Biostatistics (2006)</a>.
    50   ///
     46  /**
     47     \brief Class for In Group Proportions (IGP)
     48
     49     IGP is defined to be the proportion of samples in a group whose
     50     nearest neighbours are also in the same group.
     51
     52     \see <a HREF="
     53     http://biostatistics.oxfordjournals.org/cgi/content/abstract/kxj029v1">
     54     Kapp and Tibshirani, Biostatistics (2006)</a>.
     55  */
    5156  template <typename Distance>
    5257  class IGP
Note: See TracChangeset for help on using the changeset viewer.