|
| XxxxxxxxxInterface (GUI *pGUI) |
| Constructor.
|
|
| Interface (GUI *pGUI) |
| Constructor.
|
|
void | sendGpuListRequest () |
| Sends request for list of GPU devices found on module server.
|
|
void | sendCpuRequest () |
| Sends CPU request to module, which will updates its execution mode to CPU.
|
|
void | sendParametersRequest () |
| Sends parameters request to module.
|
|
void | sendQuitRequest () |
| Sends request to quit module.
|
|
void | close () |
| Closes module.
|
|
void | sendGpuID (int gpuID) |
| Sends ID of selected GPU device to module.
|
|
void | sendGpuIDs (QVector< int > gpuIDs) |
| Sends ID of selected GPU devices to module.
|
|
| Interface () |
| Constructor.
|
|
void | sendMessage (string message) |
| Sends message to the output port.
|
|
void | sendGpuList () |
| Sends a list of detected GPU devices to the output port.
|
|
void | sendParameters () |
| Sends default parameters to the output port.
|
|
void | sendStatus (int status) |
| Sends module status to the output port.
|
|
bool | configure (ResourceFinder &rf) |
| Configures module.
|
|
| Interface () |
|
void | sendMessage (string message) |
|
void | sendGpuList () |
|
void | sendParameters () |
|
void | sendStatus (int status) |
|
bool | configure (ResourceFinder &rf) |
|
| Interface () |
|
void | sendStatus (int status) |
|
void | sendMessage (string message) |
|
void | sendGpuList () |
|
void | sendParameters () |
|
void | sendActivity () |
| Sends activity.
|
|
bool | configure (ResourceFinder &rf) |
|
| Interface () |
|
void | sendStatus (int status) |
|
void | sendMessage (string message) |
|
void | sendGpuList () |
|
void | sendParameters (float learningRate, float momentum, float threshold, float weightRange, int iterations, int seed, int numFastNeurons, int numSlowNeurons, int ioDeltaT, int fastDeltaT, int slowDeltaT, int debuggingLevel, int portUpdateInterval) |
| Sends parameters to the output port.
|
|
void | sendError (int iteration, float error) |
| Sends error at particular iteration to the output port.
|
|
void | sendProgress (int progress) |
| Sends training progress (in %) to the output port.
|
|
void | sendNetwork () |
| Sends the weights of neural network to the output port.
|
|
void | sendErrors () |
| Sends the final training errors the output port.
|
|
bool | configure (ResourceFinder &rf) |
|
| Interface () |
|
void | sendParameters (float learningRate, int numSubIterations, int numOutputs, int iterationPause) |
| Sends parameters to the output port.
|
|
void | sendStatus (int status) |
|
void | sendMap () |
| Sends the weights of self-organising map to the output port.
|
|
void | sendMessage (string message) |
|
void | sendGpuDeviceList () |
| Sends a list of detected GPU devices to the output port.
|
|
void | sendNumInputs () |
| Sends number of inputs to the output port.
|
|
void | sendTrainingTime () |
| Sends the total training time (in ms) to the output port.
|
|
void | sendDataPointLimits () |
| Sends the original data min and max values to the output port.
|
|
void | sendProgress (int progress) |
|
bool | configure (ResourceFinder &rf) |
|
| Interface () |
|
void | sendMessage (string message) |
|
void | sendGpuList () |
|
void | sendParameters () |
|
void | sendStatus (int status) |
|
bool | configure (ResourceFinder &rf) |
|