Package | Description |
---|---|
org.encog.neural.hyperneat.substrate |
Modifier and Type | Method and Description |
---|---|
SubstrateNode |
Substrate.createHiddenNode() |
SubstrateNode |
Substrate.createInputNode() |
SubstrateNode |
Substrate.createNode() |
SubstrateNode |
Substrate.createOutputNode() |
SubstrateNode |
SubstrateLink.getSource() |
SubstrateNode |
SubstrateLink.getTarget() |
Modifier and Type | Method and Description |
---|---|
List<SubstrateNode> |
Substrate.getBiasedNodes() |
List<SubstrateNode> |
Substrate.getHiddenNodes() |
List<SubstrateNode> |
Substrate.getInputNodes() |
List<SubstrateNode> |
Substrate.getOutputNodes() |
Modifier and Type | Method and Description |
---|---|
void |
Substrate.createLink(SubstrateNode inputNode,
SubstrateNode outputNode) |
Constructor and Description |
---|
SubstrateLink(SubstrateNode source,
SubstrateNode target) |
Copyright © 2014. All Rights Reserved.