v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::DerivationRule Struct Reference

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.

Detailed Description

A single derivation rule mapping input channels (with weights) to one output channel.

Definition at line 71 of file channel_derivation.h.

Member Data Documentation

◆ inputWeights

QMap<QString, double> UTILSLIB::DerivationRule::inputWeights

Map of input channel name → weight.

Definition at line 74 of file channel_derivation.h.

◆ outputName

QString UTILSLIB::DerivationRule::outputName

Name of the derived output channel.

Definition at line 73 of file channel_derivation.h.


The documentation for this struct was generated from the following file: