Skip to content

CSugenoVariable

CSugenoVariable

Class for creating fuzzy Sugeno-type variables.

Description

Fuzzy Sugeno-type variable is different from the general linguistic variable since it is not set by a term set but by a set of linear functions.

Declaration

class CSugenoVariable : public CNamedVariableImpl

Title

#include <Math\Fuzzy\sugenovariable.mqh>

Inheritance hierarchy

CObject

INamedValue

INamedVariable

CNamedVariableImpl

CSugenoVariable

Class methods

Class methodDescription
FunctionsGets the list of linear functions of the fuzzy Sugeno variable.
GetFuncByNameGets the linear function by a specified name.
ValuesGets the list of linear functions of the fuzzy Sugeno variable.

Methods inherited from class CNamedVariableImpl

: Name, Name

Last updated on