| Interface | Description |
|---|---|
| SuspensionHook |
The suspension hook is used to suspend neurons and logic nodes to an external storage in order to reduce the memory footprint.
!!!
|
| TrainConfig.PatternEvaluation | |
| TrainConfig.SynapseEvaluation | |
| Writable |
| Class | Description |
|---|---|
| AbstractNode<P extends Provider<? extends AbstractNode>> | |
| Converter |
Converts the synapse weights of a neuron into a boolean logic representation of this neuron.
|
| Input |
The
Input class is just a helper class which is used to initialize a neuron. |
| Model |
The model consists of two layers.
|
| Model.Statistic | |
| Neuron |
The
Neuron class is a proxy implementation for the real neuron implementation in the class INeuron. |
| Provider<T extends AbstractNode> | |
| ReadWriteLock | |
| TrainConfig | |
| Utils |
| Enum | Description |
|---|---|
| Input.RangeRelation |
Copyright © 2017. All rights reserved.