Uses of Interface
org.episteme.core.mathematics.logic.fuzzy.MembershipFunction
Packages that use MembershipFunction
-
Uses of MembershipFunction in org.episteme.core.mathematics.logic.fuzzy
Classes in org.episteme.core.mathematics.logic.fuzzy that implement MembershipFunctionModifier and TypeClassDescriptionclassTriangularMembershipFunction<T extends Number>Triangular fuzzy membership function implementation.Methods in org.episteme.core.mathematics.logic.fuzzy that return MembershipFunctionModifier and TypeMethodDescriptionLinguisticVariable.getMembershipFuncion(String name) Retrieves a membership function by name.FuzzyExpression.getMembershipFunction()DOCUMENT ME!Methods in org.episteme.core.mathematics.logic.fuzzy with parameters of type MembershipFunctionModifier and TypeMethodDescriptionvoidLinguisticVariable.addMembershipFunction(MembershipFunction<?> function) Adds a membership function to this variable.Constructors in org.episteme.core.mathematics.logic.fuzzy with parameters of type MembershipFunctionModifierConstructorDescriptionCreates a new FuzzyExpression object.FuzzySet(MembershipFunction<T> function) Creates a new fuzzy set with the given membership function.