A fuzzy logic C++ library
|
Declaration of class slifis_plot::PLOT_RB_2D. More...
#include "plot_rb.hpp"
Classes | |
class | slifis_plot::PLOT_RB_2D |
A plot of a 2-dimensional rule base, relevant ONLY for a FIS with 2 inputs. 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. | |
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. |
Declaration of class slifis_plot::PLOT_RB_2D.