A B C D E F G H I L M N O P Q R S T U V W

P

PARTIAL_MATCH_THRESHOLD - Variable in class clarion.system.AbstractRule
The threshold the support must pass for the condition to be matched.
perceive(DimensionValueCollection) - Method in class clarion.system.CLARION
Perceives the new sensory information and performs learning.
perceive(DimensionValueCollection, double) - Method in class clarion.system.CLARION
Perceives the new sensory information as well as any feedback that is to be received for performing the last action.
PERCEPTION_TIME - Variable in class clarion.system.AbstractExplicitModule
Perception time.
PERCEPTION_TIME - Variable in class clarion.system.AbstractImplicitModule
Perception time.
PERFORM_BL_LEARNING - Variable in class clarion.system.ACS
Specifies whether or not bottom level learning should be performed.
PERFORM_EXTRACTION - Variable in class clarion.system.ACS
Specifies whether or not extraction should be used.
PERFORM_REFINEMENT_IRL - Variable in class clarion.system.ACS
Specifies whether or not refinement should be used for IRL rules.
PERFORM_REFINEMENT_RER - Variable in class clarion.system.ACS
Specifies whether or not refinement should be used for RER rules.
performBoltzmannDistribution(Collection<? extends InterfaceStochasticallySelectable>) - Method in class clarion.system.StochasticSelector
This method calculates a Boltzmann distribution for a collection of stochastically selectable objects but does not go so far as to perform the actual selection.
performCombination(Long) - Method in class clarion.system.ACS
Combines the outcomes of the top and bottom levels when level combination is being used.
PERSISTENCE - Variable in class clarion.system.AbstractOutputChunk
The persistence factor for the previous selection (if used).
Personality - Class in clarion.tools
This class implements a personality model loosely based on the primary drives posited in CLARION.
Personality() - Constructor for class clarion.tools.Personality
 
Personality.BehavioralSystemMembers - Enum in clarion.tools
For the PrimaryDrives enumerator, this specifies to which behavioral system they belong.
Personality.BehavioralSystemMembers(Personality.PrimaryDrives...) - Constructor for enum clarion.tools.Personality.BehavioralSystemMembers
Initializes the enumerated types for this enumerator.
Personality.PersonalityTypes - Enum in clarion.tools
Default personality types that can be used for initializing the MS.
Personality.PersonalityTypes(double...) - Constructor for enum clarion.tools.Personality.PersonalityTypes
Initializes a personality type from the list of deficits specified.
Personality.PrimaryDrives - Enum in clarion.tools
The primary drives proposed by CLARION.
Personality.PrimaryDrives() - Constructor for enum clarion.tools.Personality.PrimaryDrives
 
PM - Variable in class clarion.system.AbstractRule
The positive match counter.
PM - Variable in class clarion.system.AbstractRuntimeTrainableBPNet
The positive match counter.
PM - Variable in class clarion.system.AbstractRuntimeTrainableImplicitModule
The positive match counter.
PM - Variable in class clarion.system.ImplicitModuleCollection
The positive match counter.
PM - Variable in class clarion.system.RuleCollection
The positive match counter.
PM - Variable in class clarion.system.TableLookup
The positive match counter.
POSITIVE_MATCH_THRESHOLD - Variable in class clarion.system.AbstractRule
The threshold that must be passed to meet the positive match criterion.
POSITIVE_MATCH_THRESHOLD - Variable in class clarion.system.AbstractRuntimeTrainableBPNet
The threshold for the positive match criterion.
POSITIVE_MATCH_THRESHOLD - Variable in class clarion.system.AbstractRuntimeTrainableImplicitModule
The threshold for the positive match criterion.
POSITIVE_MATCH_THRESHOLD - Variable in class clarion.system.ImplicitModuleCollection
The threshold that must be passed to meet the positive match criterion.
POSITIVE_MATCH_THRESHOLD - Variable in class clarion.system.RuleCollection
The threshold that must be passed to meet the positive match criterion.
POSITIVE_MATCH_THRESHOLD - Variable in class clarion.system.TableLookup
The threshold for the positive match criterion.
PossibleActions - Variable in class clarion.system.ACS
The collection of possible actions
PossibleGoals - Variable in class clarion.system.GoalStructure
All of the possible Goals that can be added to the goal structure.
PrimaryDrives - Variable in enum clarion.tools.Personality.BehavioralSystemMembers
The collection of primary drives contained within the behavioral system.
PRINT_PROGRESS_TO_SYSTEM_OUT - Variable in class clarion.tools.TrainableImplicitModulePreTrainer
Option for printing out the progress of training (false by default)
put(Object, Dimension) - Method in class clarion.system.AbstractAction
Puts the dimension into the action as long as the dimension is not already in the action.
put(Object, C) - Method in class clarion.system.AbstractChunkCollection
Puts the chunk into the chunk collection as long as the chunk is not already in the chunk collection.
put(Object, Value) - Method in class clarion.system.Dimension
Puts the value in the dimension as long as the value is not already in the dimension.
put(Object, Dimension) - Method in class clarion.system.DimensionValueCollection
Puts the dimension into the dimension-value collection as long as the dimension is not already in the dimension-value collection.
put(Object, Drive) - Method in class clarion.system.DriveCollection
Puts a drive in the drive collection.
put(Object, Dimension) - Method in class clarion.system.Goal
Puts the dimension into the goal as long as the dimension is not already in the goal.
put(Object, HashMap<Integer, AbstractRule>) - Method in class clarion.system.HiddenRuleCollection
This method does nothing.
put(AbstractRule) - Method in class clarion.system.HiddenRuleCollection
Puts a rule into the rule collection.
put(Object, HashMap<Integer, AbstractRule>) - Method in class clarion.system.RuleCollection
This method does nothing.
put(AbstractRule) - Method in class clarion.system.RuleCollection
Puts a rule into the rule collection.
putAll(Map<? extends Object, ? extends Dimension>) - Method in class clarion.system.AbstractAction
Puts all of the dimensions in the specified map into the action as long as the dimensions are not already in the action.
putAll(Map<? extends Object, ? extends C>) - Method in class clarion.system.AbstractChunkCollection
Puts all of the chunks in the map into the chunk collection as long as the chunks are not already in the chunk collection.
putAll(Map<? extends Object, ? extends Value>) - Method in class clarion.system.Dimension
Puts all of the values in the map into the dimension as long as the values are not already in the dimension.
putAll(Map<? extends Object, ? extends Dimension>) - Method in class clarion.system.DimensionValueCollection
Puts all of the dimensions in the map into the dimension-value collection as long as the dimensions are not already in the dimension-value collection.
putAll(Map<? extends Object, ? extends Drive>) - Method in class clarion.system.DriveCollection
Puts a collection of drives in the drive collection.
putAll(Map<? extends Object, ? extends Dimension>) - Method in class clarion.system.Goal
Puts all of the dimensions in the map into the goal as long as the dimensions are not already in the goal.
putAll(Map<? extends Object, ? extends HashMap<Integer, AbstractRule>>) - Method in class clarion.system.HiddenRuleCollection
This method does nothing.
putAll(Collection<? extends AbstractRule>) - Method in class clarion.system.HiddenRuleCollection
Puts a collection of rules into the rule collection.
putAll(Map<? extends Object, ? extends HashMap<Integer, AbstractRule>>) - Method in class clarion.system.RuleCollection
This method does nothing.
putAll(Collection<? extends AbstractRule>) - Method in class clarion.system.RuleCollection
Puts a collection of rules into the rule collection.

A B C D E F G H I L M N O P Q R S T U V W