megadix/jfcm
Java Fuzzy Cognitive Maps
This is a Java library for simulating Fuzzy Cognitive Maps. It helps you model complex systems where concepts influence each other with varying strengths, allowing you to understand how changes in one area might propagate through the system. You provide a definition of concepts and their relationships, and the library outputs the simulated behavior and evolving states of these concepts. It's designed for Java developers building applications that need to incorporate such dynamic modeling capabilities.
No commits in the last 6 months.
Use this if you are a Java developer building an application that requires modeling and simulating dynamic, cause-and-effect relationships between various factors or concepts within a system.
Not ideal if you are looking for a standalone application or a non-Java solution for Fuzzy Cognitive Maps, as this is a Java-specific library.
Stars
12
Forks
4
Language
Java
License
—
Category
Last pushed
Dec 16, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/megadix/jfcm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fuzzylite/pyfuzzylite
pyfuzzylite: a fuzzy logic control library in Python
fuzzylite/fuzzylite
fuzzylite: a fuzzy logic control library in C++
xcsf-dev/xcsf
XCSF learning classifier system: rule-based online evolutionary machine learning
fuzzylite/jfuzzylite
jfuzzylite: a fuzzy logic control library in Java
gregorLen/S-ANFIS-PyTorch
An Implementation of the State-Adaptive Neuro-Fuzzy Inference System (S-ANFIS) based on Pytorch....