org.encog.neural.hyperneat.substrate
public class SubstrateFactory extends Object
| Constructor and Description |
|---|
SubstrateFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Substrate |
factorSandwichSubstrate(int inputEdgeSize,
int outputEdgeSize)
Create a sandwich substrate.
|
public static Substrate factorSandwichSubstrate(int inputEdgeSize, int outputEdgeSize)
inputEdgeSize - The input edge size.outputEdgeSize - The output edge size.Copyright © 2014. All Rights Reserved.