Changeset 1260 for trunk/yat/statistics
- Timestamp:
- Apr 8, 2008, 8:16:53 AM (15 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/ROC.h
r1145 r1260 6 6 /* 7 7 Copyright (C) 2004 Peter Johansson 8 Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 9 Copyright (C) 2007 Peter Johansson 8 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 10 9 11 10 This file is part of the yat library, http://trac.thep.lu.se/yat … … 33 32 #include <map> 34 33 #include <utility> 34 35 #include <sys/types.h> 35 36 36 37 namespace theplu { -
trunk/yat/statistics/VectorFunction.h
r1000 r1260 6 6 /* 7 7 Copyright (C) 2007 Peter Johansson 8 Copyright (C) 2008 Jari Häkkinen 8 9 9 10 This file is part of the yat library, http://trac.thep.lu.se/yat … … 26 27 27 28 #include <vector> 29 30 #include <sys/types.h> 28 31 29 32 namespace theplu {
Note: See TracChangeset
for help on using the changeset viewer.