Used to represent the different defuzzification methods. More...
#include <FuzzySet.h>
Public Types | |
enum | Value { CoG , MoM } |
Enum for the different defuzzification methods. More... | |
Public Member Functions | |
DefuzzificationMethodOption ()=default | |
Constructor. | |
constexpr | DefuzzificationMethodOption (Value option) |
Constructor from value. | |
constexpr | operator Value () const |
Cast to value. | |
Static Public Member Functions | |
static std::map< DefuzzificationMethodOption, std::string > | getOptionNames () |
Provides a way to iterate over the possible choices of DefuzzificationMethod. | |
Used to represent the different defuzzification methods.
|
inlineconstexpr |
Constructor from value.
option |
|
inlinestatic |
Provides a way to iterate over the possible choices of DefuzzificationMethod.
|
inlineconstexpr |
Cast to value.