|
LCFIVertex
0.7.2
|


Public Member Functions | |
| GaussianNormaliser (const double mean, const double variance, const NeuralNet *parentNetwork) | |
| double | normalisedValue (const double input) const |
| std::string | name () const |
| void | serialise (std::ostream &os) const |
| InputNormaliser * | clone (const NeuralNet *newNetwork) const |
Public Member Functions inherited from nnet::InputNormaliser | |
| InputNormaliser (const NeuralNet *parentNetwork) | |
Additional Inherited Members | |
Protected Attributes inherited from nnet::InputNormaliser | |
| const NeuralNet * | _parentNetwork |
Definition at line 17 of file GaussianNormaliser.h.
1.8.6