See: Description
Class | Description |
---|---|
Controller |
This is the controller for distributed NAADSM.
|
DataPrepare |
This class transforms the raw output data from the Controller and Workers
into a training data file that can be used to train a learning algorithm.
|
Deployer |
Deployer is to deploy the controller and the workers.
|
LoadGenerator |
Load generator is to start the experiment by sending out the BOOTSTRAP
message and finalize the experiment.
|
Worker |
This is the worker for distributed NAADSM.
|
WorkerList |
This class maintains a list of workers, their attributes and corresponding
functions.
|
WorkerNode |
This class maintains information about a worker, its attributes and
corresponding functions.
|