Uses of Interface
clarion.system.InterfaceTrainable

Packages that use InterfaceTrainable
clarion.system   
 

Uses of InterfaceTrainable in clarion.system
 

Subinterfaces of InterfaceTrainable in clarion.system
 interface InterfaceRuntimeTrainable
          This interface is implemented by classes that can be trained at runtime within CLARION.
 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 InterfaceTrainable
 class AbstractNeuralNet
          This class implements a three-layer, feed-forward neural network within CLARION.
 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 AbstractTrainableImplicitModule
          This class implements a trainable implicit module within CLARION.
 class BPNet
          This class implements a 3-layer standard backpropagating neural network 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.