Home
Trees
Indices
Help
pyfuzzy
/
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
fuzzy.Adjective.Adjective
:
Describes a ...
fuzzy.fuzzify.Base.Base
:
base class for all fuzzification methods
fuzzy.fuzzify.Dict.Dict
:
Fuzzification method which gets adjective memberships in a dictionary instead of values to fuzzify.
fuzzy.fuzzify.Plain.Plain
:
Just fuzzify the input value using the membership values of the given adjectives
fuzzy.complement.Base.Base
:
Base class for all complement methods
fuzzy.complement.Parametric.Parametric
:
Abstract base class for any parametric fuzzy complement
fuzzy.complement.Sugeno.Sugeno
:
Complement after Sugeno
fuzzy.complement.Yager.Yager
:
Complement after Yager
fuzzy.complement.Zadeh.Zadeh
:
Complement after Zadeh
fuzzy.defuzzify.Base.Base
:
Abstract base class for defuzzification which results in a numeric value.
fuzzy.defuzzify.COG.COG
:
Defuzzification which uses the center of gravity method.
fuzzy.defuzzify.COGS.COGS
:
Defuzzification for singletons.
fuzzy.defuzzify.Dict.Dict
:
Not a real defuzzification.
fuzzy.defuzzify.LM.LM
:
Defuzzification which uses the left most (local) maximum.
fuzzy.defuzzify.MaxLeft.MaxLeft
:
Defuzzification which uses the left global maximum.
fuzzy.defuzzify.MaxRight.MaxRight
:
Defuzzification which uses the right global maximum.
fuzzy.defuzzify.RM.RM
:
Defuzzification which uses the right most (local) maximum.
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
fuzzy.Exception.FuzzyException
:
Base class for any kind of exceptions used by this package.
fuzzy.complement.Base.ComplementException
:
An own exception type for complements.
fuzzy.defuzzify.Base.DefuzzificationException
fuzzy.norm.Norm.NormException
:
Base class for any exception in norm calculations.
antlr3.recognizers.BaseRecognizer
:
@brief Common recognizer functionality.
antlr3.recognizers.Lexer
:
@brief Baseclass for generated lexer classes.
fuzzy.storage.fcl.FCLLexer3.FCLLexer
fuzzy.storage.fcl.FCLLexer.FCLLexer
antlr3.recognizers.Parser
:
@brief Baseclass for generated parser classes.
fuzzy.storage.fcl.FCLParser.FCLParser
antlr3.dfa.DFA
:
@brief A DFA implemented as a set of transition tables.
fuzzy.doc.plot.gnuplot.doc.Doc
:
Main object.
fuzzy.doc.structure.dot.handlers.DocBase
:
'Abstract' Base class for everything else
fuzzy.doc.structure.dot.handlers.Doc_Adjective
fuzzy.doc.structure.dot.handlers.Doc_Compound
fuzzy.doc.structure.dot.handlers.Doc_Const
fuzzy.doc.structure.dot.handlers.Doc_Input
fuzzy.doc.structure.dot.handlers.Doc_Norm
fuzzy.doc.structure.dot.handlers.Doc_ParametricNorm
fuzzy.doc.structure.dot.handlers.Doc_Not
fuzzy.doc.structure.dot.handlers.Doc_Rule
fuzzy.doc.structure.dot.handlers.Doc_Variable
fuzzy.doc.structure.dot.handlers.Doc_OutputVariable
fuzzy.norm.Norm.Norm
:
Abstract Base class of any fuzzy norm
fuzzy.norm.AlgebraicProduct.AlgebraicProduct
fuzzy.norm.AlgebraicSum.AlgebraicSum
fuzzy.norm.ArithmeticMean.ArithmeticMean
fuzzy.norm.BoundedDifference.BoundedDifference
fuzzy.norm.BoundedSum.BoundedSum
fuzzy.norm.DrasticProduct.DrasticProduct
fuzzy.norm.DrasticSum.DrasticSum
fuzzy.norm.DualOfGeometricMean.DualOfGeometricMean
fuzzy.norm.DualOfHarmonicMean.DualOfHarmonicMean
fuzzy.norm.EinsteinProduct.EinsteinProduct
fuzzy.norm.EinsteinSum.EinsteinSum
fuzzy.norm.GeometricMean.GeometricMean
fuzzy.norm.HamacherProduct.HamacherProduct
fuzzy.norm.HamacherSum.HamacherSum
fuzzy.norm.HarmonicMean.HarmonicMean
fuzzy.norm.Max.Max
fuzzy.norm.Min.Min
fuzzy.norm.ParametricNorm.ParametricNorm
:
Abstract base class for any parametric fuzzy norm
fuzzy.norm.AlgebraicProdSum.AlgebraicProdSum
fuzzy.norm.DombiIntersection.DombiIntersection
:
Dombi 1982
fuzzy.norm.DombiUnion.DombiUnion
:
Dombi 1982
fuzzy.norm.DubiosPradeIntersection.DubiosPradeIntersection
:
Dubios Prade 1980
fuzzy.norm.DubiosPradeUnion.DubiosPradeUnion
:
Dubios Prade 1980
fuzzy.norm.FrankIntersection.FrankIntersection
:
Frank 1979
fuzzy.norm.FrankUnion.FrankUnion
:
Frank 1979
fuzzy.norm.FuzzyAnd.FuzzyAnd
fuzzy.norm.FuzzyOr.FuzzyOr
fuzzy.norm.GammaOperator.GammaOperator
fuzzy.norm.HamacherIntersection.HamacherIntersection
:
Hamacher 1978
fuzzy.norm.HamacherUnion.HamacherUnion
:
Hamacher 1978
fuzzy.norm.MinMax.MinMax
fuzzy.norm.SchweizerIntersection.SchweizerIntersection
fuzzy.norm.SchweizerIntersection2.SchweizerIntersection2
:
Schweizer,Sklar 1960
fuzzy.norm.SchweizerIntersection3.SchweizerIntersection3
fuzzy.norm.SchweizerUnion.SchweizerUnion
fuzzy.norm.SchweizerUnion2.SchweizerUnion2
fuzzy.norm.SchweizerUnion3.SchweizerUnion3
fuzzy.norm.YagerIntersection.YagerIntersection
:
Yager 1980
fuzzy.norm.YagerUnion.YagerUnion
:
Yager 1980
fuzzy.operator.Operator.Operator
:
Abstract base class for any kind of operator.
fuzzy.operator.Compound.Compound
:
Take values of input operators and process them through the given norm.
fuzzy.operator.Const.Const
:
Special operator which returns a constant value.
fuzzy.operator.Input.Input
:
Special operator which gets it value from a fuzzy adjective.
fuzzy.operator.Not.Not
:
Take value of input operator and calculate complement of it.
fuzzy.storage.fcl.Reader.Reader
:
Parses a FCL file to a fuzzy.System.System instance
fuzzy.Rule.Rule
:
This is realizes an important part of the inference engine.
antlr3.recognizers.RuleReturnScope
:
Rules can return start/stop info as well as possible trees and templates.
antlr3.recognizers.ParserRuleReturnScope
:
Rules that return more than a single value must return an object containing all the values.
fuzzy.storage.fcl.FCLParser.FCLParser.f_variable_name_return
fuzzy.storage.fcl.FCLParser.FCLParser.function_block_name_return
fuzzy.storage.fcl.FCLParser.FCLParser.numeric_literal_return
fuzzy.storage.fcl.FCLParser.FCLParser.rule_block_name_return
fuzzy.storage.fcl.FCLParser.FCLParser.term_name_return
fuzzy.storage.fcl.FCLParser.FCLParser.variable_name_return
fuzzy.storage.fcl.FCLParser.FCLParser.weighting_factor_return
fuzzy.set.Set.Set
:
Base class for all types of fuzzy sets.
fuzzy.set.Function.Function
:
Base class for any fuzzy set defined by a function (not a polygon).
fuzzy.set.PiFunction.PiFunction
:
Realize a Pi-shaped fuzzy set:
fuzzy.set.SFunction.SFunction
:
Realize a S-shaped fuzzy set:
fuzzy.set.ZFunction.ZFunction
:
Realize a Z-shaped fuzzy set:
fuzzy.set.Polygon.Polygon
:
Represents a fuzzy set, which membership function is the shape of a polygon.
fuzzy.set.Singleton.Singleton
:
This set represents a non-fuzzy number.
fuzzy.set.Trapez.Trapez
:
Realize a trapezoid-shaped fuzzy set:
fuzzy.set.Triangle.Triangle
:
Realize a triangle-shaped fuzzy set:
fuzzy.System.System
:
Holds all stuff together.
antlr3.recognizers.TokenSource
:
@brief Abstract baseclass for token producers.
antlr3.recognizers.Lexer
:
@brief Baseclass for generated lexer classes.
fuzzy.storage.fcl.FCLLexer3.FCLLexer
fuzzy.storage.fcl.FCLLexer.FCLLexer
fuzzy.Variable.Variable
:
Base class for any kind of fuzzy variable.
fuzzy.InputVariable.InputVariable
:
General instance of an input variable The fuzzification is provided by special object for this purpose, set as fuzzify param.
fuzzy.OutputVariable.OutputVariable
:
General instance of an output variable.
Home
Trees
Indices
Help
pyfuzzy
/
Generated by Epydoc 3.0.1 on Fri Apr 5 22:26:04 2013
http://epydoc.sourceforge.net