Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

evaluate-methods

Evaluate the Membership Function


Description

This function returns the value(s) of the membership function of a fuzzy number at given point(s).

Usage

## S4 method for signature 'FuzzyNumber,numeric'
evaluate(object, x)

Arguments

object

a fuzzy numbers

x

numeric vector

Value

Returns a numeric vector.

See Also

Examples

T <- TrapezoidalFuzzyNumber(1,2,3,4)
evaluate(T, seq(0, 5, by=0.5))

FuzzyNumbers

Tools to Deal with Fuzzy Numbers

v0.4-6
LGPL (>= 3)
Authors
Marek Gagolewski [aut, cre], Jan Caha [ctb]
Initial release
2019-02-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.