Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
D
D
- Variable in class clarion.system.
AbstractExplicitModule
Constant d.
D
- Variable in class clarion.system.
AbstractOutputChunk
Constant d.
dataRecursor(AbstractTrainableImplicitModule, AbstractImplicitModule, ListIterator<Dimension>, ListIterator<? extends Value>, TrainableImplicitModulePreTrainer.SumSquaredErrorTracker)
- Method in class clarion.tools.
TrainableImplicitModulePreTrainer
Recursive method that iterates over the dimensions of a dimension-value collection (from the data set and trains the specified target implicit module based on the outputs from the specified trainer implicit module.
deactivateGoal()
- Method in class clarion.system.
Goal
Deactivates the goal by setting all of the dimension-values in the goal to the minimum activation threshold.
DEAFUALT_PARTIAL_MATCH_ON
- Static variable in class clarion.system.
AbstractRule
The default partial match threshold if partial match is turned on.
DECISION_TIME
- Variable in class clarion.system.
AbstractExplicitModule
Decision time.
DECISION_TIME
- Variable in class clarion.system.
AbstractImplicitModule
Decision time.
DEFAULT_PARTIAL_MATCH_OFF
- Static variable in class clarion.system.
AbstractRule
The default partial match threshold if partial match is turned off.
DEFAULT_UTILITY
- Variable in class clarion.system.
AbstractFixedRule
The default utility for the fixed rule.
DefaultMatchCalculator
- Class in
clarion.system
This class implements a default match calculator within CLARION.
DefaultMatchCalculator()
- Constructor for class clarion.system.
DefaultMatchCalculator
Deficit
- Variable in class clarion.system.
Drive
The drive deficit represented as a value object.
DEFICIT_CHANGE_RATE
- Variable in class clarion.system.
Drive
The rate of change for the deficit.
DENSITY
- Variable in class clarion.system.
AbstractRule
The density (the minimum frequency needed to be kept)
derivative(double)
- Method in class clarion.system.
BPNet
The derivative of the activation function.
DesiredOutput
- Variable in class clarion.system.
AbstractTrainableImplicitModule
The desired output.
Dimension
- Class in
clarion.system
This class implements a dimension within CLARION.
Dimension(Object)
- Constructor for class clarion.system.
Dimension
Initializes the dimension and sets the ID of the dimension to the ID specified.
Dimension(Object, Collection<? extends Value>)
- Constructor for class clarion.system.
Dimension
Initializes the dimension with the specified ID and collection of values.
Dimension(Object, Map<? extends Object, ? extends Value>)
- Constructor for class clarion.system.
Dimension
Initializes the dimension with the specified ID and map of values.
DimensionlessOutputChunk
- Class in
clarion.system
This class implements a dimension-less output chunk within CLARION.
DimensionlessOutputChunk(Object)
- Constructor for class clarion.system.
DimensionlessOutputChunk
Initializes the dimension-less output chunk with the ID specified.
DimensionlessOutputChunkCollection
- Class in
clarion.system
This class implements a dimension-less output chunk collection within CLARION.
DimensionlessOutputChunkCollection()
- Constructor for class clarion.system.
DimensionlessOutputChunkCollection
Initializes a dimension-less output chunk collection.
DimensionlessOutputChunkCollection(Collection<? extends DimensionlessOutputChunk>)
- Constructor for class clarion.system.
DimensionlessOutputChunkCollection
Initializes a dimension-less output chunk collection with the collection of dimension-less output chunks specified.
DimensionlessOutputChunkCollection(Map<? extends Object, ? extends DimensionlessOutputChunk>)
- Constructor for class clarion.system.
DimensionlessOutputChunkCollection
Initializes the dimension-less output chunk collection with the map of dimension-less output chunks.
DimensionValueCollection
- Class in
clarion.system
This class implements a dimension-value collection within CLARION.
DimensionValueCollection()
- Constructor for class clarion.system.
DimensionValueCollection
Initializes a dimension-value collection.
DimensionValueCollection(Collection<? extends Dimension>)
- Constructor for class clarion.system.
DimensionValueCollection
Initializes a dimension-value collection with the collection of dimensions specified.
DimensionValueCollection(Map<? extends Object, ? extends Dimension>)
- Constructor for class clarion.system.
DimensionValueCollection
Initializes the dimension-value collection with the map of dimensions.
DISCOUNT
- Variable in class clarion.system.
QBPNet
The discount factor for q-learning.
discountMatchStatistics(double)
- Method in class clarion.system.
HiddenRuleCollection
Discounts the positive and negative match statistics for all rules in the rule collection.
discountMatchStatistics()
- Method in class clarion.system.
ImplicitModuleCollection
Discounts the positive and negative match statistics for all modules in the collection.
discountMatchStatistics(double)
- Method in class clarion.system.
RuleCollection
Discounts the positive and negative match statistics for all rules in the rule collection and all rule variations.
Drive
- Class in
clarion.system
This class implements a drive within CLARION.
Drive(Object, double)
- Constructor for class clarion.system.
Drive
Initializes the drive to use the drive equation for reporting drive strengths.
Drive(Object, double, AbstractImplicitModule)
- Constructor for class clarion.system.
Drive
Initializes the drive to use the specified implicit module for reporting drive strengths.
DriveCollection
- Class in
clarion.system
This class implements a drive collection within CLARION.
DriveCollection()
- Constructor for class clarion.system.
DriveCollection
Initializes a drive collection with a default initial capacity and load factor.
DriveCollection(Collection<? extends Drive>)
- Constructor for class clarion.system.
DriveCollection
Initializes the drive collection with the collection of drives specified.
DriveCollection(Map<? extends Object, ? extends Drive>)
- Constructor for class clarion.system.
DriveCollection
Initializes the drive collection with the map of drives.
DriveEquation
- Class in
clarion.system
This class implements a drive equation within CLARION.
DriveEquation(Object, Collection<Dimension>, AbstractOutputChunkCollection<? extends AbstractOutputChunk>)
- Constructor for class clarion.system.
DriveEquation
Initializes a drive equation.
DriveEquation.RequiredEquationInputs
- Enum in
clarion.system
The enumerator to use for the IDs for the inputs that are required for this equation.
DriveEquation.RequiredEquationInputs()
- Constructor for enum clarion.system.
DriveEquation.RequiredEquationInputs
DriveMod
- Variable in class clarion.system.
Drive
The implicit module that is used to get drive strengths.
Drives
- Variable in enum clarion.tools.
Personality.PersonalityTypes
The drive deficits used to define the personality.
DriveStrength
- Class in
clarion.system
This class implements a drive strength within CLARION.
DriveStrength(Object)
- Constructor for class clarion.system.
DriveStrength
Initializes the drive strength to be associated with the drive with the specified ID.
DriveStrengthCollection
- Class in
clarion.system
This class implements a drive strength collection within CLARION.
DriveStrengthCollection()
- Constructor for class clarion.system.
DriveStrengthCollection
Initializes a drive strength collection.
DriveStrengthCollection(Collection<? extends DriveStrength>)
- Constructor for class clarion.system.
DriveStrengthCollection
Initializes a drive strength collection with the collection of drive strengths specified.
DriveStrengthCollection(Map<? extends Object, ? extends DriveStrength>)
- Constructor for class clarion.system.
DriveStrengthCollection
Initializes the drive strength collection with the map of drive strengths.
DS
- Variable in class clarion.system.
Drive
The drive strength associated with this drive.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W