Description
Currently all the _fuzzy_partitioning process depends on get_fuzzy_triangle. Now that the classes FuzzySet and FuzzyVariable have been implemented, it is appropriate to use these abstractions to for the fuzzy partitioning.
Work needed
Rework of the functions _fuzzy_partitioning, _get_delta_point, weighted_fuzzy_entropy and fuzzy_entropy so that they don't need get_fuzzy_triangle anymore. get_fuzzy_triangle might be necessary for more functions. They need to be rewritten too.
Description
Currently all the
_fuzzy_partitioningprocess depends onget_fuzzy_triangle. Now that the classesFuzzySetandFuzzyVariablehave been implemented, it is appropriate to use these abstractions to for the fuzzy partitioning.Work needed
Rework of the functions
_fuzzy_partitioning,_get_delta_point,weighted_fuzzy_entropyandfuzzy_entropyso that they don't needget_fuzzy_triangleanymore.get_fuzzy_trianglemight be necessary for more functions. They need to be rewritten too.