alphaCut: Get Elements in FuzzySet with Membership Greater than Alpha
Description
The alpha-cut of a fuzzy set is defined as the set
$$A_\alpha = \{x \epsilon F | m \ge \alpha\}$$
where \(x\) is an element in the fuzzy set, \(F\), and \(m\) is the corresponding membership.
Arguments
alpha
numeric in [0, 1] to determine which elements to return
strong
logical, if FALSE (default) then includes elements greater than or equal to alpha, otherwise only strictly greater than
create
logical, if FALSE (default) returns the elements in the alpha cut, otherwise returns a crisp set of the elements