#include <SvmProblemRepositoryInFile.h>
Public Member Functions | |
| SvmProblemRepositoryInFile () | |
| bool | Exists (const ModelLocator &loc) |
| svm_problem * | Get (const ModelLocator &loc) |
| void | Add (const ModelLocator &loc, svm_problem *problem) |
| void | Delete (const ModelLocator &loc) |
Private Member Functions | |
| RepositoryInFileSystem & | RepFS () |
| String | GetDir (const ModelLocator &loc) |
| svm_problem * | Read (File file) |
| void | Write (const svm_problem *p, File file) |
Private Attributes | |
| ILOG_VAR_DEC | |
Definition at line 15 of file SvmProblemRepositoryInFile.h.
1.5.1