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
Hi, just an fyi that the membership folder is coming out as nested in the anfis/anfis folder and so in order to get to run the membership folder needs to placed in the parent dir and imported separately to both the test and anfis.py files. It wont run otherwise.
The text was updated successfully, but these errors were encountered:
i need help in that. i just copied the membershipfunction.py and mfDerivs.py from the member-folder to the anfis-folder, removed in the anfis-init everything expect import anfis, and in the anfis.py i wrote import membershipfunction and import mfDerivs. Now i can import anfis correctly, but i cannot use the membershipfunction as MemFuncs or as membershipfunction() or as anfis.member...() or as anfis.MemFuns(). How can i do that?
Hi, just an fyi that the membership folder is coming out as nested in the anfis/anfis folder and so in order to get to run the membership folder needs to placed in the parent dir and imported separately to both the test and anfis.py files. It wont run otherwise.
The text was updated successfully, but these errors were encountered: