#include <RealvecSource.h>
Inherits Marsyas::MarSystem.
Private Attributes | |
| mrs_natural | count_ |
| scheduling purposes | |
It is very useful for getting numbers from external sources into your Marsystems, for example when reading external files of data.
It is also very useful when writing tests for your Marsystems. You can load up a realvec with data, and then run it through a Marsystem to test it.
When you feed in a realvec, the rows turn into observations and the columns turn into samples.
Definition at line 48 of file RealvecSource.h.
1.5.6