BinaryFuzzyRelation
public struct BinaryFuzzyRelation<U, V>
extension BinaryFuzzyRelation: FuzzySet
extension BinaryFuzzyRelation: AnyFuzzySetRepresentable
Undocumented
-
Undocumented
Declaration
Swift
public init(_ membershipFunction: MembershipFunction<(U, V)>) -
Undocumented
Declaration
Swift
public init(_ membershipFunction: @escaping MembershipFunction<(U, V)>.FunctionType) -
Undocumented
Declaration
Swift
public func grade(forElement elements: (U, V)) -> Grade -
Undocumented
Declaration
Swift
public subscript(u: U, v: V) -> Grade { get } -
Undocumented
Declaration
Swift
public func callAsFunction(_ u: U, _ v: V) -> Grade -
Undocumented
Declaration
Swift
public func eraseToAnyFuzzySet() -> AnyFuzzySet<(U, V)> -
Undocumented
Declaration
Swift
static func implication<P: FuzzySet, Q: FuzzySet>( antecedent: P, consequent: Q, method: ImplicationMethod = .mamdani ) -> Self where P.Universe == U, Q.Universe == V
BinaryFuzzyRelation Structure Reference