antonio-leonardo/FuzzyLogicApi
This Api makes executes inferences by fuzzy logic concept on Plain Old CLR Object associating an predicate defined in .NET native object called 'Expression'
This API helps .NET developers apply fuzzy logic to existing C# objects. You provide a C# object with properties (like 'IntegrityPercentage') and a boolean expression that defines different profiles (like 'Honest Profile'). The API then takes an instance of your object and returns a "degree of truth" (a decimal between 0 and 1) indicating how well it matches the defined profiles, rather than a simple true/false. This is useful for developers building applications where evaluations aren't strictly binary.
No commits in the last 6 months.
Use this if you are a .NET developer needing to incorporate fuzzy logic inferences into your C# applications using existing Plain Old CLR Objects.
Not ideal if you need a deep theoretical understanding of fuzzy logic or are not working within the .NET ecosystem.
Stars
15
Forks
3
Language
C#
License
MIT
Category
Last pushed
Aug 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/antonio-leonardo/FuzzyLogicApi"
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....