how to declare the member functions in fuzzy set using c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lavanyaa
    New Member
    • Feb 2010
    • 2

    how to declare the member functions in fuzzy set using c++

    im new to fuzzy sets / fuzzy logic i need to declare the member functions in c++ using the fuzzy logic


    any one well in fuzzy sets please let me know the logic or the syntax to declare them
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    There is nothing in C++ about fuzzy logic.

    Your functions must be written using specific type or written as a template using a type placeholder.

    Comment

    Working...