DotLinker Class Reference

Public Member Functions | |
DotLinker (Cluster *from, Cluster *to, QString name="unnamed") | |
Create fully connected links between clusters. | |
DotLinker (ConfigurationParameters ¶ms, QString prefix) | |
Constructor. | |
virtual | ~DotLinker () |
Destructor. | |
virtual void | save (ConfigurationParameters ¶ms, QString prefix) |
Save the actual status of parameters into the ConfigurationParameters object passed. | |
void | update () |
Performs the dot-product calculation. |
Detailed Description
DotLinker Class.
Definition at line 34 of file dotlinker.h.
Constructor & Destructor Documentation
Create fully connected links between clusters.
Definition at line 24 of file dotlinker.cpp.
DotLinker | ( | ConfigurationParameters & | params, |
QString | prefix | ||
) |
Constructor.
Definition at line 28 of file dotlinker.cpp.
~DotLinker | ( | ) | [virtual] |
Destructor.
Definition at line 33 of file dotlinker.cpp.
Member Function Documentation
void save | ( | ConfigurationParameters & | params, |
QString | prefix | ||
) | [virtual] |
Save the actual status of parameters into the ConfigurationParameters object passed.
This saves the name property, remember to call this in child classes
- Parameters:
-
params the configuration parameters object on which save actual parameters prefix the prefix to use to access the object configuration parameters.
Reimplemented from MatrixLinker.
Definition at line 45 of file dotlinker.cpp.
References ConfigurationParameters::startObjectParameters().
void update | ( | ) | [virtual] |
Performs the dot-product calculation.
Implements Updatable.
Definition at line 36 of file dotlinker.cpp.
References farsa::amul(), Linker::fromVector(), MatrixLinker::matrix(), Cluster::resetInputs(), Linker::to(), and Linker::toVector().
The documentation for this class was generated from the following files:
- nnfw/include/dotlinker.h
- nnfw/src/dotlinker.cpp