Uses of Interface
clarion.system.InterfaceRuntimeTrainable

Packages that use InterfaceRuntimeTrainable
clarion.system   
 

Uses of InterfaceRuntimeTrainable in clarion.system
 

Subinterfaces of InterfaceRuntimeTrainable in clarion.system
 interface InterfaceUsesQLearning
          This interface is implemented by classes that use the Q-learning algorithm for learning and updating of match statistics within CLARION.
 

Classes in clarion.system that implement InterfaceRuntimeTrainable
 class AbstractRuntimeTrainableBPNet
          This class implements a runtime trainable backpropagating neural network within CLARION.
 class AbstractRuntimeTrainableImplicitModule
          This class implements a runtime trainable implicit module within CLARION.
 class QBPNet
          This class implements a Q-learning backpropagating neural network within CLARION.
 class SimplifiedQBPNet
          This class implements a simplified Q-learning backpropagating neural network within CLARION.
 class TableLookup
          This class implements a table lookup within CLARION.