You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Currently all the
_fuzzy_partitioning
process depends onget_fuzzy_triangle
. Now that the classesFuzzySet
andFuzzyVariable
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
andfuzzy_entropy
so that they don't needget_fuzzy_triangle
anymore.get_fuzzy_triangle
might be necessary for more functions. They need to be rewritten too.The text was updated successfully, but these errors were encountered: