{"id":15288090,"url":"https://github.com/ci-fst/lfst","last_synced_at":"2025-04-13T06:35:24.692Z","repository":{"id":56845583,"uuid":"53199935","full_name":"ci-fst/lfst","owner":"ci-fst","description":"L-Fuzzy Set Theory implementation in Haskell","archived":false,"fork":false,"pushed_at":"2016-03-12T12:29:03.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-25T04:44:17.511Z","etag":null,"topics":["fuzzy-sets","haskell"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/lfst","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ci-fst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-05T12:17:50.000Z","updated_at":"2020-12-29T04:40:17.000Z","dependencies_parsed_at":"2022-09-17T21:54:53.112Z","dependency_job_id":null,"html_url":"https://github.com/ci-fst/lfst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-fst%2Flfst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-fst%2Flfst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-fst%2Flfst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-fst%2Flfst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ci-fst","download_url":"https://codeload.github.com/ci-fst/lfst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675061,"owners_count":21143762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuzzy-sets","haskell"],"created_at":"2024-09-30T15:44:06.397Z","updated_at":"2025-04-13T06:35:24.661Z","avatar_url":"https://github.com/ci-fst.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lfst - L-Fuzzy Set Theory implementation in Haskell\n\n## Description\n\nIf *X* is a collection of objects denoted generically by *x*, then a fuzzy set *F(A)* in *X* is a set of ordered pairs. Each of them consists of an element *x* and a membership function which maps *x* to the membership space *M*. The current implementation is inspired by the work of J.A. Goguen **L-Fuzzy Sets** [[1](#lfuzzysets)].\n\n## Setup \n\nThis library could be easily compiled using **cabal** issuing the command `cabal build` in the root directory.\n\n## Usage\n\nUsing this library you can easily apply the **Extension Principle** [[2](#fuzzysets)] in the following way:\n```\nlet fuzzy_set = fromList [(-1, Godel 0.5), (0, Godel 0.8), (1, Godel 1.0), (2, Godel 0.4)]\n\nfmap (^2) fuzzy_set \n\n\u003e FuzzySet {(0, Godel 0.8), (1, Godel 1.0), (4, Godel 0.4)}\n```\n\n## Authors\n\nAll the following authors have equally contributed to this project (listed in alphabetical order by surname):\n\n- Marco Di Pietro ([github](https://github.com/mdip))\n- Claudio Greco ([github](https://github.com/claudiogreco))\n- Corrado Mencar ([webpage](https://sites.google.com/site/cilabuniba/people/faculty/mencar))\n- Alessandro Suglia ([github](https://github.com/aleSuglia))\n \n## References\n\u003ca name=\"lfuzzysets\"\u003e[1]:\u003c/a\u003e [Goguen, Joseph A. \"L-fuzzy sets.\" Journal of mathematical analysis and applications (1967)](http://www.sciencedirect.com/science/article/pii/0022247X67901898)\n\n\u003ca name=\"fuzzysets\"\u003e[2]:\u003c/a\u003e [Zadeh, Lotfi A. \"Fuzzy sets.\" Information and control (1965)](http://www.sciencedirect.com/science/article/pii/S001999586590241X)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fci-fst%2Flfst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fci-fst%2Flfst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fci-fst%2Flfst/lists"}