FuzzySetOperations
public protocol FuzzySetOperations : FuzzySet
Undocumented
-
Undocumented
Declaration
Swift
func alphaCut(_ alpha: Grade) -> Self
-
Undocumented
Declaration
Swift
func complement(method: ComplementFunction) -> Self
-
Undocumented
Declaration
Swift
func intersection(_ other: Self, method: TNormFunction) -> Self
-
Undocumented
Declaration
Swift
func union(_ other: Self, method: SNormFunction) -> Self
-
Undocumented
Declaration
Swift
func difference(_ other: Self, method: DifferenceFunction) -> Self
-
Undocumented
Declaration
Swift
func symmetricDifference(_ other: Self, method: SymmetricDifferenceFunction) -> Self
-
Undocumented
Declaration
Swift
func power(_ n: Double) -> Self