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
performApproximateReasoning
FactBase performApproximateReasoning(RuleBase aRuleBase,
FactBase aFactBase,
LinguisticVariable[] linguisticVariables)
- Performs approximate reasoning based on a fact and rule base.
- Parameters:
aRuleBase - the rule baseaFactBase - the fact baselinguisticVariables - the linguistic variables
- Returns:
- a new fact base with the result of this operation
Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.