|
| void | sendParameters (float learningRate, float momentum, float weightRange, float threshold, int iterations, int seed, int numFastNeurons, int numSlowNeurons, int ioDeltaT, int fastDeltaT, int slowDeltaT, int debuggingLevel, int plotUpdateInterval) |
| | Sends training file data to remotehost running module.
|
| |
| void | sendAbortRequest () |
| | Sends request to abort module.
|
| |
| void | sendStartRequest () |
| | Sends request to start module.
|
| |
| void | sendStopRequest () |
| | Sends request to stop module.
|
| |
| void | sendSimulationMode (int simulationMode) |
| | Sends simulation module to module.
|
| |
|
| void | errorReceived (int iteration, float error) |
| |
| void | networkReceived (QVector< float > network) |
| |
| void | errorsReceived (QVector< float > errors) |
| |
| void | parametersReceived (float learningRate, float momentum, float weightRange, float threshold, int iterations, int seed, int numFastNeurons, int numSlowNeurons, int ioDeltaT, int fastDeltaT, int slowDeltaT, int debuggingLevel, int plotUpdateInterval) |
| |
| void | gpuListReceived (QStringList gpuList) |
| |
| void | progressReceived (int progress) |
| |
| void | statusReceived (int statusID) |
| |
|
| | MTRNNInterface (GUI *pGUI) |
| | Constructor.
|
| |
| void | sendTrainingFileData (int numControlNeurons, int numLinguisticNeurons, int numVisionNeurons, int numActionNeurons, int numSequences, int sequenceWidth, float minValue, float maxValue, QVector< int > seqenceSteps, QVector< float > sequenceData, int maxSequenceSteps, int totalSequenceSteps) |
| | Sends training file data to remotehost running module.
|
| |
| void | sendTrainingRequest (QString fileName) |
| | Sends training request to localhost module.
|
| |
| void | sendTrainingRequest () |
| | Sends training request to remotehost module.
|
| |
| void | sendSaveRequest (QString fileName) |
| | Sends request to module to save neural network.
|
| |
| void | sendNetworkRequest () |
| | Sends request to module to send back neural network.
|
| |
| | 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) |
| |
Interface between MTRNN GUI and MTRNN module