Plotting algorithms.
More...
#include <Plotting.hpp>
Plotting algorithms.
Definition at line 26 of file Plotting.hpp.
Plots 2D lines from signals.
- Date
- 2015/Mai/05
- Parameters
-
basename | File basename. A txt file for dots and a gnp file for gnuplot instructions. |
signal | A vector of signals that will be plotted. |
- Returns
- none.
- Warning
- none.
template<class D >
static void Bial::Plotting::GnuPlot2DScatter |
( |
const std::string & |
basename, |
|
|
const Feature< D > & |
feat, |
|
|
size_t |
x = 0 , |
|
|
size_t |
y = 1 |
|
) |
| |
|
static |
Plots 2D scatter from x and y features from given feature vector with given arguments.
- Date
- 2015/Jan/12
- Parameters
-
basename | File basename. A txt file for dots and a gnp file for gnuplot instructions. |
feat | A feature vector from which two features will be plotted. |
x,y | The number of the features that will be plotted. |
- Returns
- none.
- Warning
- none.
The documentation for this class was generated from the following file: