public abstract class FuzzyNegation extends Object implements SimpleFunction<Double,Double>
| Constructor and Description |
|---|
FuzzyNegation() |
| Modifier and Type | Method and Description |
|---|---|
abstract Double |
eval(Double x)
Evaluates the function for the given element.
|
public abstract Double eval(Double x)
SimpleFunctioneval in interface SimpleFunction<Double,Double>x - some elementCopyright © 2018. All rights reserved.