Changeset 465 for trunk/lib/statistics/WilcoxonFoldChange.h
- Timestamp:
- Dec 17, 2005, 12:19:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/WilcoxonFoldChange.h
r461 r465 4 4 #define _theplu_statistics_wilcoxonfoldchange_ 5 5 6 #include "Score.h"6 #include <c++_tools/statistics/Score.h> 7 7 8 8 namespace theplu { … … 34 34 const std::vector<size_t>& train_set = std::vector<size_t>()); 35 35 36 /// 36 /// @todo 37 37 /// @return difference of the weighted means of the two classes 38 38 /// … … 42 42 /// @train_set defining which values to use (number of values used 43 43 /// in the calculation is equal to size of \a train_set) 44 /// 44 /// 45 /// @note not implemented 46 /// 45 47 double 46 48 score(const gslapi::vector& target,
Note: See TracChangeset
for help on using the changeset viewer.