Changeset 155
- Timestamp:
- Sep 10, 2004, 3:34:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ROC.h
r148 r155 39 39 /// curve. If the area is less than 0.5, is 1-area returned. 40 40 /// 41 double score(const gslapi::vector& value, const gslapi::vector& target,41 double score(const gslapi::vector& target, const gslapi::vector& value, 42 42 const std::vector<size_t>& = std::vector<size_t>()); 43 43 … … 50 50 /// 1-area returned. 51 51 /// 52 double score(const gslapi::vector& , const gslapi::vector&,53 const gslapi::vector& ,52 double score(const gslapi::vector& target, const gslapi::vector& value, 53 const gslapi::vector& weight, 54 54 const std::vector<size_t>& = std::vector<size_t>()); 55 55
Note: See TracChangeset
for help on using the changeset viewer.