Package | Description |
---|---|
primitives.operators |
Modifier and Type | Class and Description |
---|---|
class |
MaxOr.Max
Inner class that implements the command to perform in max operations.
|
class |
MinAnd.Min
Inner class that implements the command to perform in min operations.
|
class |
ProbOr.Prob
Inner class that implements the command to perform in probabilistic or
operations.
|
class |
Sum.Add
Inner class that implements the command to perform in sum operations.
|
Modifier and Type | Method and Description |
---|---|
static Tuple<double[]> |
SupportOperators.discreteOperations(org.nlogo.api.LogoList l,
Command operator)
Calculate the parameters and the universe of discrete operations.
|
static java.util.List<double[]> |
SupportOperators.discretePairOperation(java.util.List<double[]> a,
java.util.List<double[]> b,
Command operator)
Calculate the parameters of two discrete fuzzysets.
|