diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-06-27 20:42:23 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-06-27 20:42:23 +0800 |
commit | 60881b380b02637c27497c4508faf2345a534679 (patch) | |
tree | 7813e01519a4ee8e8523b8d9445b94ae91afed38 /tools/fileDataProvider.h | |
parent | 76193f75ae34aa587bd87bed17a4b92eec8c6203 (diff) | |
download | ranksvm-60881b380b02637c27497c4508faf2345a534679.tar.gz ranksvm-60881b380b02637c27497c4508faf2345a534679.tar.bz2 ranksvm-60881b380b02637c27497c4508faf2345a534679.zip |
comments & readme
Diffstat (limited to 'tools/fileDataProvider.h')
-rw-r--r-- | tools/fileDataProvider.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/fileDataProvider.h b/tools/fileDataProvider.h index 0ab1948..1c40d6e 100644 --- a/tools/fileDataProvider.h +++ b/tools/fileDataProvider.h @@ -1,3 +1,6 @@ +// File Data Provider +// Any kind of dataprovider that reads from file + #ifndef FDPROV_H #define FDPROV_H @@ -8,7 +11,7 @@ #include <fstream> // Rank qid features - +// Deprecated due to algorithm update class FileDP:public DataProvider { private: @@ -23,7 +26,6 @@ public: }; // label features - class RidFileDP:public DataProvider { private: |