Giter VIP home page Giter VIP logo

Comments (8)

alvesoaj avatar alvesoaj commented on July 22, 2024

Yes, the library has no limitations in numbers of inputs, rules and outputs... the limitation is the hardware.

from efll.

murtadhodaf avatar murtadhodaf commented on July 22, 2024

thx for helping me

from efll.

murtadhodaf avatar murtadhodaf commented on July 22, 2024

if the ouput more than 2 what is the syntx for it ? is just adding the output or using joinWithAND

from efll.

alvesoaj avatar alvesoaj commented on July 22, 2024

Not exactly, https://github.com/zerokol/eFLL/blob/master/examples/general_advanced_sample/general_advanced_sample.cpp take a look in this example. It uses two outputs, to create a new output you will need to set new FuzzyOutput, with its FuzzySet s and then create some FuzzyRuleConsequent with its Rules. =)

from efll.

murtadhodaf avatar murtadhodaf commented on July 22, 2024

oooh i got it just add the output after FuzzyRuleConsequent. is it like this ?

`FuzzyRuleAntecedent *FP_N1 = new FuzzyRuleAntecedent();
FP_N1->joinWithAND(FP, N1);

FuzzyRuleConsequent *SEDANG1_SEBENTAR3_2 = new FuzzyRuleConsequent();
SEDANG1_SEDANG3_2->addOutput(SEDANG1);
SEDANG1_SEDANG3_2->addOutput(SEBENTAR3);
SEDANG1_SEDANG3_2->addOutput(ZERO2);

FuzzyRule *fuzzyRule41 = new FuzzyRule(41, FP_N1, SEDANG1_SEBENTAR3_2);
fuzzy->addFuzzyRule(fuzzyRule41);`

from efll.

alvesoaj avatar alvesoaj commented on July 22, 2024

yes, basically, it you have a FuzzyOutpput, it works.

from efll.

murtadhodaf avatar murtadhodaf commented on July 22, 2024

thx for helping me is it can be to close or not ?

from efll.

alvesoaj avatar alvesoaj commented on July 22, 2024

Graeat!

from efll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.