|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidFormatException | |
---|---|
clarion.system |
Uses of InvalidFormatException in clarion.system |
---|
Methods in clarion.system that throw InvalidFormatException | |
---|---|
DriveStrength |
Drive.calculateDriveStrength(DimensionValueCollection DriveInput)
Calculates the drive strength given the specified drive input. |
void |
DriveEquation.forwardPass()
Calculates the output activations based on the current input. |
void |
Drive.setImplicitModule(AbstractImplicitModule im)
Sets the implicit module for this drive. |
Constructors in clarion.system that throw InvalidFormatException | |
---|---|
AbstractImplicitModule(java.util.Collection<Dimension> InputSpace,
AbstractOutputChunkCollection<? extends AbstractOutputChunk> Outputs)
Initializes an implicit module. |
|
AbstractRuntimeTrainableBPNet(java.util.Collection<Dimension> InputSpace,
int NumHidden,
AbstractOutputChunkCollection<? extends AbstractOutputChunk> Outputs)
Initializes a backpropagating neural network that is capable of being trained during runtime. |
|
ACSLevelProbabilitySettingModule(AbstractImplicitModule im)
Initializes the ACS level probability setting module given the implicit module specified. |
|
Drive(java.lang.Object id,
double deficit,
AbstractImplicitModule im)
Initializes the drive to use the specified implicit module for reporting drive strengths. |
|
GoalSelectionModule(AbstractImplicitModule im)
Initializes the goal selection module given the specified implicit module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |