#include <Pattern.h>
Public Member Functions | |
| Pattern () | |
| ~Pattern () | |
| A default destructor. | |
| std::vector< Double_t > | getInput () |
| std::vector< Double_t > | getTarget () |
| std::vector< Double_t > | getOutput () |
| std::string | getType () |
| const std::vector< Double_t > & | getInputRef () |
| const std::vector< Double_t > & | getTargetRef () |
| const std::vector< Double_t > & | getOutputRef () |
| const std::string & | getTypeRef () |
| void | setInput (std::vector< Double_t > vector) |
| void | setTarget (std::vector< Double_t > vector) |
| void | setOutput (std::vector< Double_t > vector) |
| void | setType (std::string name) |
| UInt_t | getNoOfInputs () const |
| UInt_t | getNoOfTargets () const |
| UInt_t | getNoOfOutputs () const |
| UInt_t | getInputSize () const |
| UInt_t | getTargetSize () const |
| UInt_t | getOutputSize () const |
| Bool_t | isOutputEmpty () const |
| Double_t | getInputAt (Int_t index) |
| Double_t | getTargetAt (Int_t index) |
| Double_t | getOutputAt (Int_t index) |
| void | setInputAt (Int_t index, Double_t value) |
| void | setTargetAt (Int_t index, Double_t value) |
| void | setOutputAt (Int_t index, Double_t value) |
| void | insertInputValueAt (Int_t index, Double_t value) |
| void | insertTargetValueAt (Int_t index, Double_t value) |
| void | insertOutputValueAt (Int_t index, Double_t value) |
| void | pushBackInputValue (Double_t value) |
| void | pushBackTargetValue (Double_t value) |
| void | pushBackOutputValue (Double_t value) |
| void | popBackOutput () |
| Deletes the element at the end of the vector. | |
| void | printPattern () |
| Prints out input, target and output values of this pattern. | |
Protected Attributes | |
| std::vector< Double_t > | input |
| std::vector< Double_t > | target |
| std::vector< Double_t > | output |
| std::string | type |
|
|
|
|
|
A default destructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Deletes the element at the end of the vector.
|
|
|
Prints out input, target and output values of this pattern.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6