public class Operators
extends java.lang.Object
| Constructor and Description |
|---|
Operators() |
| Modifier and Type | Method and Description |
|---|---|
static double |
ImplicatorLukasiewicz(double a,
double b)
Lukasiewicz implicator
|
static double |
TNormLukasiewicz(double a,
double b)
Lukasiewicz T-Norm
|
static double |
TNormMin(double a,
double b)
Returns the smaller of two
double values. |
static double |
TNormProd(double a,
double b)
Returns the product of two
double values. |
public static double TNormLukasiewicz(double a,
double b)
a - First valueb - Second valuepublic static double TNormMin(double a,
double b)
double values.a - an argument.b - another argument.a and b.public static double TNormProd(double a,
double b)
double values.a - an argument.b - another argument.double values.public static double ImplicatorLukasiewicz(double a,
double b)
a - First valueb - Second value