#include <rpms.h>
Inheritance diagram for CLUS::RPMSConsumer:
Public Member Functions | |
RPMSConsumer (int NrInputs, char *FileName=NULL, Vector< double > *Input=NULL, Vector< double > *RealInput=NULL) | |
void | SetRealInput (Vector< double > *RealInput) |
void | SetFileName (char *FileName) |
virtual bool | Tick (void) |
virtual void | Start (void) |
virtual void | Stop (void) |
double | GetRMSE (void) |
double | GetMSE (void) |
double | GetNRMSE (void) |
double | GetMAE (void) |
Protected Attributes | |
double | mse |
double | mae |
double | ym |
double | y2m |
int | nrData |
ofstream * | out |
string | filename |
int | nrinputs |
Vector< double > * | realinput |
the inputspace+realvalue. |
|
|
|
|
|
|
|
|
|
Definition at line 148 of file rpms.h. Referenced by GetNRMSE(). |
|
|
|
|
|
Reimplemented from CLUS::SyncObj. |
|
Reimplemented from CLUS::SyncObj. |
|
Reimplemented from CLUS::SyncObj. |
|
Definition at line 52 of file rpms.h. Referenced by RPMSConsumer(), SetFileName(), and Start(). |
|
|
|
Definition at line 46 of file rpms.h. Referenced by GetMSE(), GetRMSE(), Start(), Stop(), and Tick(). |
|
|
|
Definition at line 53 of file rpms.h. Referenced by RPMSConsumer(), SetRealInput(), Stop(), and Tick(). |
|
Definition at line 51 of file rpms.h. Referenced by RPMSConsumer(), Start(), and Stop(). |
|
the inputspace+realvalue. input is the output from a machine Definition at line 57 of file rpms.h. Referenced by RPMSConsumer(), and SetRealInput(). |
|
Definition at line 49 of file rpms.h. Referenced by GetNRMSE(), Start(), Stop(), and Tick(). |
|
Definition at line 48 of file rpms.h. Referenced by GetNRMSE(), Start(), Stop(), and Tick(). |