mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
Project updated
This commit is contained in:
parent
245e2bb2b9
commit
f53f231eb6
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -71,9 +71,6 @@ public class FunctionBlock extends FclObject implements Iterable<RuleBlock>, Com
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a defuzzifier based on defuziffier's name and a variable
|
* Create a defuzzifier based on defuziffier's name and a variable
|
||||||
* @param defuzzificationMethodType
|
|
||||||
* @param variable
|
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
protected Defuzzifier createDefuzzifier(String defuzzificationMethodType, Variable variable) {
|
protected Defuzzifier createDefuzzifier(String defuzzificationMethodType, Variable variable) {
|
||||||
Defuzzifier defuzzifier;
|
Defuzzifier defuzzifier;
|
||||||
|
@ -43,8 +43,7 @@ public class Variable extends FclObject implements Comparable<Variable>, Iterabl
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default constructor
|
* Constructor
|
||||||
* @param name : Variable's name
|
|
||||||
*/
|
*/
|
||||||
public Variable(String name, double universeMin, double universeMax) {
|
public Variable(String name, double universeMin, double universeMax) {
|
||||||
if (name == null) throw new RuntimeException("Variable's name can't be null");
|
if (name == null) throw new RuntimeException("Variable's name can't be null");
|
||||||
|
Loading…
Reference in New Issue
Block a user