Changeset 465 for trunk/lib/statistics/ROC.h
- Timestamp:
- Dec 17, 2005, 12:19:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/ROC.h
r447 r465 35 35 /// belonges to class + otherwise sample belongs to class 36 36 /// -. @return the area under the ROC curve. If the area is less 37 /// than 0.5 and absolute=true, 1-area is returned. 37 /// than 0.5 and absolute=true, 1-area is returned. Complexity is 38 /// \f$ N\log N \f$ where \f$ N \f$ is number of samples. 38 39 /// 39 40 double score(const gslapi::vector& target, const gslapi::vector& value, … … 48 49 /// -. @return wheighted version of area under the ROC curve. If 49 50 /// the area is less than 0.5 and absolute=true, 1-area is 50 /// returned. 51 /// returned. Complexity is \f$ N^2 \f$ where \f$ N \f$ is number 52 /// of samples. 51 53 /// 52 54 double score(const gslapi::vector& target, const gslapi::vector& value,
Note: See TracChangeset
for help on using the changeset viewer.