gitextract_n4pn8s9r/ ├── .gitignore ├── LICENSE ├── README.md ├── anfis.py ├── cluster_data/ │ ├── Aggregation.txt │ ├── D31.txt │ ├── R15.txt │ ├── a3.txt │ ├── birch3.txt │ └── jain.txt ├── cmeans.py ├── experimental.py ├── fileio/ │ ├── EvaluateXML.java │ ├── astext.py │ ├── fcl.py │ ├── test-model.txt │ ├── test_astext.py │ ├── test_fcl.py │ ├── test_jfml_out.xml │ ├── test_tojfml.py │ └── tojfml.py ├── iris_example.py ├── jang-example4-data.chk ├── jang-example4-data.trn ├── jang_examples.py ├── jang_inverse_example.py ├── jang_pendulum_example.py ├── membership.py ├── sk_examples.py └── vignette_examples.py