#include <KernelMatrixRepositoryInFile.h>
Public Types | |
| typedef Core::Training::KernelMatrix | KernelMatrix |
| typedef Core::Feature::FeatureTable | FeatureTable |
| typedef Core::Matrix::DistributedAccess | DistributedAccess |
Public Member Functions | |
| KernelMatrixRepositoryInFile () | |
| bool | Exists (const KernelMatrixLocator &loc) |
| KernelMatrix * | Get (const KernelMatrixLocator &loc) |
| void | Add (const KernelMatrixLocator &loc, KernelMatrix *mat) |
| void | Delete (const KernelMatrixLocator &loc) |
| File | ExposeFile (const KernelMatrixLocator &loc, bool toWrite) |
Private Member Functions | |
| RepositoryInFileSystem & | RepFS () |
| String | GetDir (const KernelMatrixLocator &loc, bool forAll) |
Private Attributes | |
| ILOG_VAR_DEC | |
Definition at line 15 of file KernelMatrixRepositoryInFile.h.
1.5.1