Changeset 1500 for trunk/yat/statistics
- Timestamp:
- Sep 15, 2008, 8:47:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/utility.h
r1487 r1500 31 31 #include "yat/classifier/DataLookupWeighted1D.h" 32 32 #include "yat/classifier/Target.h" 33 #include "yat/utility/deprecate.h" 33 34 #include "yat/utility/VectorBase.h" 34 35 #include "yat/utility/yat_assert.h" … … 56 57 */ 57 58 template <class T> 58 double percentile(T first, T last, double p, bool sorted=false) ;59 double percentile(T first, T last, double p, bool sorted=false) YAT_DEPRECATE; 59 60 60 61 /**
Note: See TracChangeset
for help on using the changeset viewer.