A single derivation rule mapping input channels (with weights) to one output channel. More...
#include <channel_derivation.h>
Public Attributes | |
| QString | outputName |
| Name of the derived output channel. | |
| QMap< QString, double > | inputWeights |
| Map of input channel name → weight. | |
A single derivation rule mapping input channels (with weights) to one output channel.
Definition at line 71 of file channel_derivation.h.
| QMap<QString, double> UTILSLIB::DerivationRule::inputWeights |
Map of input channel name → weight.
Definition at line 74 of file channel_derivation.h.
| QString UTILSLIB::DerivationRule::outputName |
Name of the derived output channel.
Definition at line 73 of file channel_derivation.h.