Changeset 3318 for trunk/yat/classifier/IGP.h
- Timestamp:
- Sep 19, 2014, 7:57:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/IGP.h
r3316 r3318 7 7 Copyright (C) 2006 Jari Häkkinen, Markus Ringnér 8 8 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 9 Copyright (C) 2009, 2010 Peter Johansson9 Copyright (C) 2009, 2010, 2014 Peter Johansson 10 10 11 11 This file is part of the yat library, http://dev.thep.lu.se/yat … … 44 44 class MatrixLookup; 45 45 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 */ 51 56 template <typename Distance> 52 57 class IGP
Note: See TracChangeset
for help on using the changeset viewer.