Modifier and Type | Method and Description |
---|---|
static OutputConnections |
RunTest.generateOutputs(int planes,
int size)
Generate an artificial OutputConnection
|
OutputConnections |
CLayer.propagate(OutputConnections inputs)
For a given input, determine the output for this layer.
|
OutputConnections |
SLayer.propagate(OutputConnections input,
boolean train)
For a given input, determine the output for this layer.
|
Modifier and Type | Method and Description |
---|---|
OutputConnections |
CLayer.propagate(OutputConnections inputs)
For a given input, determine the output for this layer.
|
OutputConnections |
SLayer.propagate(OutputConnections input,
boolean train)
For a given input, determine the output for this layer.
|
static void |
RunTest.testMethods(OutputConnections outputs,
int K)
Test the methods within OutputConnections
|
void |
SLayer.train(OutputConnections input,
OutputConnections output,
double[][] vOutput)
Train the s-layer.
|