FuzzyLogic.jl logo
FuzzyLogic.jl
  • Home
    • Build a Mamdani inference system
    • Build a Sugeno inference system
    • Build a type-2 inference system
    • Edge detection
      • Types
      • Logical connectives
      • Aggregation methods
      • Defuzzification methods
    • Membership functions
    • Reading/Writing
    • Learning fuzzy models
    • Plotting
  • Contributor's Guide
  • Release notes
Version
  • API
  • Inference system API
  • Aggregation methods
  • Aggregation methods
GitHub

Aggregation methods

FuzzyLogic.MaxAggregator — Type
struct MaxAggregator <: FuzzyLogic.AbstractAggregator

Aggregator that combines fuzzy rules output by taking their maximum.

source
FuzzyLogic.ProbSumAggregator — Type
struct ProbSumAggregator <: FuzzyLogic.AbstractAggregator

Aggregator that combines fuzzy rules output by taking their probabilistic sum. See also ProbSumOr.

source
« Logical connectivesDefuzzification methods »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.7.0 on Wednesday 18 September 2024. Using Julia version 1.10.5.