- Timestamp:
- Apr 10, 2008, 3:49:39 PM (15 years ago)
- Location:
- trunk/yat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/KNN.h
r1271 r1274 246 246 247 247 template <typename Distance, typename NeighborWeighting> 248 void KNN<Distance, NeighborWeighting>::k(unsigned k)248 void KNN<Distance, NeighborWeighting>::k(unsigned int k) 249 249 { 250 250 k_=k; -
trunk/yat/statistics/Fisher.h
r1271 r1274 148 148 is invalid if a row or column sum is zero. 149 149 */ 150 double oddsratio(const unsigned a, const unsigned int b,150 double oddsratio(const unsigned int a, const unsigned int b, 151 151 const unsigned int c, const unsigned int d); 152 152
Note: See TracChangeset
for help on using the changeset viewer.