KSquare Utilities
KKJobManagment Namespace Reference

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 KKJobManagerJobManagerPtr
 
typedef KKJobListKKJobListPtr
 
typedef KKJob::KKJobPtr KKJobPtr
 

Detailed Description

A framework for managing a large number of processes(Jobs) in a multi-cpu/ multi-o/s environment.

NameSpace for the JobManagement Library.

KKJobManagment

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.

ex: KKJobManager would be replaced by.
ParameterManager:: public KKJobManager
FeatureSelectionManager:: public KKJobManager

The RandomSplits application makes use of the framework.

Typedef Documentation

Definition at line 58 of file KKJob.h.

Definition at line 227 of file KKJob.h.