net.sourceforge.fuzzyservices.beans
Interface FuzzyControllerI

All Known Implementing Classes:
FuzzyController

public interface FuzzyControllerI

A fuzzy controller implements an approximate reasoning method.

Version:
1.0
Author:
Uwe Weng

Method Summary
 FactBase performApproximateReasoning(RuleBase aRuleBase, FactBase aFactBase, LinguisticVariable[] linguisticVariables)
          Performs approximate reasoning based on a fact and rule base.
 

Method Detail

performApproximateReasoning

FactBase performApproximateReasoning(RuleBase aRuleBase,
                                     FactBase aFactBase,
                                     LinguisticVariable[] linguisticVariables)
Performs approximate reasoning based on a fact and rule base.

Parameters:
aRuleBase - the rule base
aFactBase - the fact base
linguisticVariables - the linguistic variables
Returns:
a new fact base with the result of this operation


Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.