public class CustomMembershipFunction extends MembershipFunction
Constructor and Description |
---|
CustomMembershipFunction() |
CustomMembershipFunction(CustomShapeType c) |
CustomMembershipFunction(CustomShapeType customShape,
float domainLeft,
float domainRight) |
CustomMembershipFunction(Parameter p) |
Modifier and Type | Method and Description |
---|---|
float |
getMembershipDegree(float x)
Get membership degree value.
|
java.util.ArrayList<java.lang.Float> |
getXValuesDefuzzifier()
This function returns an array with values [x1, x2, x3, ...] which represents points in the x domain of the function needed by defuzzifer
|
java.lang.String |
toString() |
getDomainLeft, getDomainRight, getName, getParameter, setDomainLeft, setDomainRight, setParameter
public CustomMembershipFunction(CustomShapeType c)
public CustomMembershipFunction()
public CustomMembershipFunction(Parameter p)
public CustomMembershipFunction(CustomShapeType customShape, float domainLeft, float domainRight)
public float getMembershipDegree(float x)
MembershipFunction
getMembershipDegree
in class MembershipFunction
x
- : Variable's 'x' valuepublic java.lang.String toString()
toString
in class MembershipFunction
public java.util.ArrayList<java.lang.Float> getXValuesDefuzzifier()
MembershipFunction
getXValuesDefuzzifier
in class MembershipFunction