#include <somSettings.h>
|
| void | save () |
| | Saves parameters.
|
| |
| void | setParameters (float learningRate, int numSubIterations, int numOutputs, int iterationPause) |
| | Sets parameters.
|
| |
| void | setOutputSizeValue (int value) |
| | Sets the value of outputs to the nearest power of two value.
|
| |
| virtual void | save () |
| | Saves parameters.
|
| |
| SOMSettings::SOMSettings |
( |
| ) |
|
| SOMSettings::~SOMSettings |
( |
| ) |
|
| void SOMSettings::parametersSaved |
( |
float |
learningRate, |
|
|
int |
numSubIterations, |
|
|
int |
numOutputs, |
|
|
int |
iterationPause |
|
) |
| |
|
signal |
| void SOMSettings::save |
( |
| ) |
|
|
slot |
Saves parameters.
- Note
- This is an overridden virtual function.
-
This function is normally called when user accepts settings dialog.
-
Once called, this function emits signal with updated parameters, which is typically sent to module.
| void SOMSettings::setOutputSizeValue |
( |
int |
value | ) |
|
|
slot |
Sets the value of outputs to the nearest power of two value.
- Parameters
-
| [in] | value | - spin box output value |
| void SOMSettings::setParameters |
( |
float |
learningRate, |
|
|
int |
numSubIterations, |
|
|
int |
numOutputs, |
|
|
int |
iterationPause |
|
) |
| |
|
slot |
Sets parameters.
- Parameters
-
| [in] | learningRate | - learning rate |
| [in] | numSubIterations | - number of sub-iterations |
| [in] | numOutputs | - number of outputs |
| [in] | iterationPause | - iteration pause |
| int SOMSettings::numInputs |
| Ui::SOMSettings* SOMSettings::ui |
The documentation for this class was generated from the following files: