gapi/gapi_glue.cpp | Glue code between slifis gapi interface (header file gapi_glue.hpp), which defines some datatypes, and the back-end graphical and windowing library |
gapi/gapi_glue.hpp | Provides an interface for all the graphical stuff into a common graphical API (see Slifis Graphical API for plotting), so we can make the code independent from the used graphical library |
gapi/grid.cpp | |
gapi/grid.hpp | |
gapi/grid_cell.cpp | |
gapi/grid_cell.hpp | |
gapi/plot.cpp | |
gapi/plot.hpp | Holds declaration of PLOT, and default values of the plots parameters |
gapi/plot_fs.cpp | |
gapi/plot_fs.hpp | |
gapi/plot_fuzzy.cpp | |
gapi/plot_fuzzy.hpp | Declaration of slifis_plot::PLOT_HSCALE and slifis_plot::PLOT_FUZZY |
gapi/plot_mf.cpp | |
gapi/plot_mf.hpp | |
gapi/plot_private.hpp | Private header file for gapi interface, IS INCLUDED ONLY IN .CPP FILES |
gapi/plot_rb.cpp | Implementation of slifis_plot::PLOT_RB |
gapi/plot_rb.hpp | |
gapi/plot_rb_2d.cpp | Implementation of class slifis_plot::PLOT_RB_2D |
gapi/plot_rb_2d.hpp | Declaration of class slifis_plot::PLOT_RB_2D |
gapi/plot_rb_text.cpp | Implementation of slifis_plot::PLOT_RB_TEXT |
gapi/plot_rb_text.hpp | Declaration of slifis_plot::PLOT_RB_TEXT, slifis_plot::EN_POS_TYPE, slifis_plot::EN_SELECTION_TYPE, slifis_plot::POSITION_INFO |
gapi/slifis_gapi.hpp | This is the file you have to include if you want to use the API of this lib (and ONLY this one !) |
include/app_common.hpp | Common declarations for demos and applications, not exported into user apps |
include/data_descr.hpp | Holds declaration of slifis::DATA_DESCR |
include/data_point.hpp | Holds declaration of slifis::VALUE_STRING slifis::VALUE_NUM slifis::VALUE slifis::DATA_POINT |
include/data_set.hpp | Holds declaration of slifis::DATA_SET |
include/datafile_info.hpp | Holds declaration of slifis::DATAFILE_INFO and some related enums |
include/dataset_properties.hpp | Holds declaration of slifis::DATASET_PROPERTIES |
include/debug.h | This file contains some common stuff for the library |
include/error_handler.hpp | |
include/fpoint.hpp | |
include/fuzzy_in.hpp | Declaration of class slifis::FUZZY_IN |
include/fuzzy_out.hpp | Declaration of class slifis::FUZZY_OUT |
include/fuzzy_root.hpp | Declaration of class slifis::FUZZY_ROOT |
include/fuzzytype.hpp | Defines the slifis::FUZZYVAL class, along with other stuff |
include/global_functions.hpp | Header file for public fuzzy merging functions |
include/gnuplot_file.hpp | |
include/helper_functions.hpp | Holds declarations of some small utility functions |
include/input_range.hpp | Declaration of slifis::INPUT_RANGE |
include/input_sets.hpp | Implementation of class slifis::INPUT_SETS |
include/membfunc.hpp | Declaration of class slifis::MEMBFUNC |
include/rb_table.hpp | |
include/root_rule.hpp | Declaration of class slifis::ROOT_RULE |
include/rule.hpp | Declaration of class slifis::RULE |
include/rule_base.hpp | Declaration of class slifis::RULE_BASE |
include/rule_idx.hpp | Declaration of class slifis::RULE_IDX |
include/slifis.hpp | Main include file, also holds declaration of class SLIFIS |
include/slifis_datatypes.hpp | Datatypes and other common stuff |
src/app/cl/build-rule-base.cpp | Builds a FIS rule set automatically with provided input file |
src/app/cl/compute-score.cpp | Loads a FIS, reads data file and compute score for each line of datafile, output is in output file (arg3) |
src/app/cl/data-analysis.cpp | Build histogram file of data, to be plotted with gnuplot |
src/app/gui/try-fis.cpp | Visual FIS evaluating |
src/core/data_descr.cpp | Holds implementation of slifis::DATA_DESCR |
src/core/data_point.cpp | Implementation of class slifis::DATA_POINT |
src/core/data_set.cpp | Implementation of class slifis::DATA_SET |
src/core/datafile_info.cpp | Implementation of slifis::DATAFILE_INFO |
src/core/dataset_properties.cpp | Holds implementation of slifis::DATASET_PROPERTIES |
src/core/debug.cpp | Holds some global variables |
src/core/error_handler.cpp | Holds error handling code |
src/core/fpoint.cpp | Implementation of class slifis::FPOINT |
src/core/fuzzy_in.cpp | Implementation of class slifis::FUZZY_IN |
src/core/fuzzy_out.cpp | Implementation of class slifis::FUZZY_OUT |
src/core/fuzzy_root.cpp | Implementation of virtual class slifis::FUZZY_ROOT |
src/core/fuzzytype.cpp | Implementation of class slifis::FUZZYVAL |
src/core/global_functions.cpp | This file contains implementation of the fuzzy AND, OR and product functions, plus some functions used by them |
src/core/gnuplot_file.cpp | |
src/core/helper_functions.cpp | Holds implementation of some small utility functions |
src/core/input_sets.cpp | Implementation of class slifis::INPUT_SETS |
src/core/membfunc.cpp | Implementation of class slifis::MEMBFUNC |
src/core/private.hpp | Private header, symbols here never get exported in user space, only included in .cpp files |
src/core/rb_table.cpp | |
src/core/root_rule.cpp | Implementation of class slifis::ROOT_RULE |
src/core/rule.cpp | Implementation of class slifis::RULE |
src/core/rule_base.cpp | Implementation of class slifis::RULE_BASE |
src/core/rule_idx.cpp | Implementation of class slifis::RULE_IDX |
src/core/slifis.cpp | Implementation of class SLIFIS |
src/demo/cl/demo-shower.cpp | Programmaticaly build of FIS of the "shower" problem |
src/demo/cl/demo-tipping.cpp | Programmaticaly build of FIS of the "tipping" problem, as described in: http://www.mathworks.fr/fr/help/fuzzy/an-introductory-example-fuzzy-versus-nonfuzzy-logic.html |
src/demo/cl/test_learning_1.cpp | Generates dummy random data, just for testing the "learning" code |
src/demo/gui/demo1.cpp | Visual basic fuzzy test, see detailed description |
src/demo/gui/demo2.cpp | Visual test app for merging functions (t-norms and s-norms), see |
src/demo/gui/demo3.cpp | Graphical demo of defuzzifying and unary operations (complement, alpha-cut, truncate, scale) on membership functions |
src/demo/gui/generate-doc-plots.cpp | Generates the plots included in the doc |
src/doc/doc_dataset.h | |
src/doc/doc_defuzz.h | |
src/doc/doc_dev_info.h | |
src/doc/doc_errorhandling.h | |
src/doc/doc_faq.h | |
src/doc/doc_file.h | |
src/doc/doc_fuzzy_set.h | |
src/doc/doc_gapi.hpp | |
src/doc/doc_learning.h | |
src/doc/doc_main_1.h | |
src/doc/doc_mf.h | |
src/doc/doc_rules.h | |
src/doc/doc_screenshots.h | |
src/doc/doc_trigger.h | |
src/doc/doc_ug_datatypes.h | |
src/doc/doc_users_guide.h | |