Uses of Class
clarion.system.AbstractMatchCalculator

Packages that use AbstractMatchCalculator
clarion.system   
 

Uses of AbstractMatchCalculator in clarion.system
 

Subclasses of AbstractMatchCalculator in clarion.system
 class DefaultMatchCalculator
          This class implements a default match calculator within CLARION.
 class QLearningMatchCalculator
          This class implements a Q-learning match calculator within CLARION.
 

Fields in clarion.system declared as AbstractMatchCalculator
private  AbstractMatchCalculator QBPNet.LocalMatchCalculator
          The match calculator used for updating match statistic within this class.
 AbstractMatchCalculator ACS.MatchCalculator
          The match calculator to use for updating match statistics for ALL components located within the ACS.
 

Methods in clarion.system that return AbstractMatchCalculator
 AbstractMatchCalculator QBPNet.getMatchCalculator()
           
 AbstractMatchCalculator InterfaceHasMatchCalculator.getMatchCalculator()
          Gets the match calculator used by the class.
 

Methods in clarion.system with parameters of type AbstractMatchCalculator
 void QBPNet.setMatchCalculator(AbstractMatchCalculator MatchCalculator)
           
 void InterfaceHasMatchCalculator.setMatchCalculator(AbstractMatchCalculator MatchCalculator)
          Sets the match calculator.
private  void ACS.updateMatchAllStats(AbstractAction ChosenAction, double feedback, AbstractMatchCalculator MatchCalculator)
          Updates the positive or negative match statistics for the match all rule corresponding to the chosen action.
 void RuleCollection.updateMatchStatistics(AbstractMatchCalculator MatchCalculator)
          Updates the positive or negative match statistics based on the feedback.
 void InterfaceTracksMatchStatistics.updateMatchStatistics(AbstractMatchCalculator MatchCalculator)
          Updates the match statistics using the specified match calculator.
 void ImplicitModuleCollection.updateMatchStatistics(AbstractMatchCalculator MatchCalculator)
          Updates the positive or negative match statistics based on the feedback.
 void AbstractRuntimeTrainableImplicitModule.updateMatchStatistics(AbstractMatchCalculator MatchCalculator)
          Updates the positive or negative match statistics based on the feedback.
 void AbstractRuntimeTrainableBPNet.updateMatchStatistics(AbstractMatchCalculator MatchCalculator)
          Updates the positive or negative match statistics based on the feedback.
 void AbstractRule.updateMatchStatistics(AbstractMatchCalculator MatchCalculator)
          Updates the positive or negative match statistics based on the feedback.
 void HiddenRuleCollection.updateMatchStatistics(DimensionValueCollection CurrentInput, AbstractAction ChosenAction, double feedback, AbstractMatchCalculator MatchCalculator, long TimeStamp)
          Updates the positive or negative match statistics based on the information specified.