liba 0.1.15
An algorithm library based on C/C++
 
All Data Structures Files Functions Variables Typedefs Enumerator Modules Pages
Loading...
Searching...
No Matches
fuzzy operator
Collaboration diagram for fuzzy operator:

Functions

a_real a_fuzzy_not (a_real x)
 complementary operator
 
a_real a_fuzzy_cap (a_real a, a_real b)
 fuzzy intersection operator
 
a_real a_fuzzy_cap_algebra (a_real a, a_real b)
 algebraic product operator
 
a_real a_fuzzy_cap_bounded (a_real a, a_real b)
 bounded product operator
 
a_real a_fuzzy_cup (a_real a, a_real b)
 fuzzy union operator
 
a_real a_fuzzy_cup_algebra (a_real a, a_real b)
 algebraic sum operator
 
a_real a_fuzzy_cup_bounded (a_real a, a_real b)
 bounded sum operator
 
a_real a_fuzzy_equ (a_real a, a_real b)
 equilibrium operator
 
a_real a_fuzzy_equ_ (a_real gamma, a_real a, a_real b)
 equilibrium operator
 

Detailed Description

Function Documentation

◆ a_fuzzy_cap()

a_real a_fuzzy_cap ( a_real a,
a_real b )

fuzzy intersection operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= min(a,b)

◆ a_fuzzy_cap_algebra()

a_real a_fuzzy_cap_algebra ( a_real a,
a_real b )

algebraic product operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= ab

◆ a_fuzzy_cap_bounded()

a_real a_fuzzy_cap_bounded ( a_real a,
a_real b )

bounded product operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= max(a+b1,0)

◆ a_fuzzy_cup()

a_real a_fuzzy_cup ( a_real a,
a_real b )

fuzzy union operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= max(a,b)

◆ a_fuzzy_cup_algebra()

a_real a_fuzzy_cup_algebra ( a_real a,
a_real b )

algebraic sum operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= a+bab

◆ a_fuzzy_cup_bounded()

a_real a_fuzzy_cup_bounded ( a_real a,
a_real b )

bounded sum operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= min(a+b,1)

◆ a_fuzzy_equ()

a_real a_fuzzy_equ ( a_real a,
a_real b )

equilibrium operator

Parameters
[in]aleft-hand operand
[in]bright-hand operand
Returns
= ab1(1a)(1b)

◆ a_fuzzy_equ_()

a_real a_fuzzy_equ_ ( a_real gamma,
a_real a,
a_real b )

equilibrium operator

Parameters
[in]gammagamma operator
[in]aleft-hand operand
[in]bright-hand operand
Returns
= (ab)1γ(1(1a)(1b))γ

◆ a_fuzzy_not()

a_real a_fuzzy_not ( a_real x)

complementary operator

Parameters
[in]xmembership
Returns
= 1x