HomogenousFuzzyRelation
public struct HomogenousFuzzyRelation<U>
extension HomogenousFuzzyRelation: FuzzySet
extension HomogenousFuzzyRelation: AnyFuzzySetRepresentable
Undocumented
-
Undocumented
Declaration
Swift
public init(_ membershipFunction: MembershipFunction<[U]>) -
Undocumented
Declaration
Swift
public init(_ membershipFunction: @escaping MembershipFunction<[U]>.FunctionType) -
Undocumented
Declaration
Swift
public func grade(forElement element: [U]) -> Grade -
Undocumented
Declaration
Swift
public subscript(u: U...) -> Grade { get } -
Undocumented
Declaration
Swift
public func callAsFunction(_ u: U...) -> Grade -
Undocumented
Declaration
Swift
public func eraseToAnyFuzzySet() -> AnyFuzzySet<[U]>
HomogenousFuzzyRelation Structure Reference