Last chance! 50% off unlimited learning
Sale ends in
Various t-conorms. Each of these is a fuzzy logic generalization of the classical alternative operation.
tconorm_minimum(x, y)tconorm_product(x, y)
tconorm_lukasiewicz(x, y)
tconorm_drastic(x, y)
tconorm_fodor(x, y)
Numeric vector of the same length as x
and y
.
The i
th element of the resulting vector gives the result
of calculating S(x[i], y[i])
.
numeric vector with elements in
numeric vector of the same length as x
,
with elements in
A function
The minimum t-conorm is given by
The product t-conorm is given by
The Lukasiewicz t-conorm is given by
The drastic t-conorm is given by
The Fodor t-conorm is given by
Klir G.J, Yuan B., Fuzzy sets and fuzzy logic. Theory and applications, Prentice Hall PTR, New Jersey, 1995.
Gagolewski M., Data Fusion: Theory, Methods, and Applications, Institute of Computer Science, Polish Academy of Sciences, 2015, 290 pp. isbn:978-83-63159-20-7
Other fuzzy_logic:
fimplication_minimal()
,
fnegation_yager()
,
tnorm_minimum()