Package | Description |
---|---|
jfml.membershipfunction |
Implementations of the Membership Functions
|
jfml.term |
Implementation of the different Terms (text label with an associated fuzzy set)
|
Modifier and Type | Class and Description |
---|---|
class |
CircularDefinitionType
Java class for circularDefinitionType complex type.
|
class |
CircularMembershipFunction
Class for CircularDefinition membership
|
class |
CustomMembershipFunction
Class for implementing custom membership functions
|
class |
GaussianMembershipFunction
Class for representing Gaussian Membership functions
|
class |
LeftGaussianMembershipFunction |
class |
LeftLinearMembershipFunction
Java class for representing LeftLinear membership functions
|
class |
PiShapedMembershipFunction |
class |
PointSetMonotonicShapeType
Java class for pointSetMonotonicShapeType complex type.
|
class |
PointSetShapeType
Java class for pointSetShapeType complex type.
|
class |
RectangularMembershipFunction
Java class for representing Rectangular membership functions
|
class |
RightGaussianMembershipFunction
Java class for representing RightGaussian membership functions
|
class |
RightLinearMembershipFunction
Java class for representing RightLinear membership functions
|
class |
SingletonMembershipFunction
Java class for representing singleton functions
|
class |
SShapeMembershipFunction
Java class for representing S-Shape functions
|
class |
TrapezoidMembershipFunction
Java class for representing Trapezoid functions
|
class |
TriangularMembershipFunction
Java class for representing Triangular functions
|
class |
ZShapeMembershipFunction
Java class for representing Z-Shape functions
|
Modifier and Type | Method and Description |
---|---|
MembershipFunction |
FuzzyTerm.getMembershipFunction()
Gets the MembershipFunction associated to this term
|