![]() |
KSquare Utilities
|
A framework for managing a large number of processes(Jobs) in a multi-cpu/ multi-o/s environment. More...
Classes | |
| class | JobManagerList |
| class | KKJob |
| class | KKJobList |
| class | KKJobManager |
| Responsable for keeping track of a list of jobs. More... | |
Typedefs | |
| typedef KKJobManager * | JobManagerPtr |
| typedef KKJobList * | KKJobListPtr |
| typedef KKJob::KKJobPtr | KKJobPtr |
A framework for managing a large number of processes(Jobs) in a multi-cpu/ multi-o/s environment.
NameSpace for the JobManagement Library.
The Idea is that 'KKJob' and 'KKJobManager' would be used to build specific KKJob Management code arround. In the case of 'FeatureSeletion' we would detrive sub-classes to manage the Major Speps and Jobs which would then in turn call a different set of Derved classes that would manage Binary, MultiClass, Parameter Tuning, and Feature Selection tasks.
The RandomSplits application makes use of the framework.