![]() |
A fuzzy logic C++ library
|
Implementation of class slifis_plot::PLOT_RB_2D. More...
Include dependency graph for plot_rb_2d.cpp:Namespaces | |
| namespace | slifis_plot |
This namespace includes both the set of interface functions to the backend graphical library and the plot classes, see Slifis Graphical API for plotting. | |
Defines | |
| #define | MIN_CELL_SIZE 30 |
| Minimum size (pixels) for a cell of the rule base table. | |
Functions | |
| void | slifis_plot::GetFiringStrengthVector (const FUZZY_IN &fin, std::vector< size_t > &temp_i, std::vector< double > &temp_fs) |
| Helper function for computing fire strength lines on plot. | |
Implementation of class slifis_plot::PLOT_RB_2D.
| #define MIN_CELL_SIZE 30 |
Minimum size (pixels) for a cell of the rule base table.
Referenced by slifis_plot::PLOT_RB_2D::Draw().
1.7.6.1