A fuzzy logic C++ library
|
Implementation of class slifis_plot::PLOT_RB_2D. More...
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().