Modifier and Type | Method and Description |
---|---|
int[] |
AbstractTemplateGenerator.createActivations(FlatNetwork flat)
Create an array of activations based on a flat network.
|
double[] |
AbstractTemplateGenerator.createParams(FlatNetwork flat)
Create an array of doubles to hold the specified flat network.
|
Modifier and Type | Field and Description |
---|---|
protected FlatNetwork |
BasicHessian.flat
The flat network.
|
Modifier and Type | Method and Description |
---|---|
FlatNetwork |
ChainRuleWorker.getNetwork() |
Constructor and Description |
---|
ChainRuleWorker(FlatNetwork theNetwork,
MLDataSet theTraining,
int theLow,
int theHigh)
Construct the chain rule worker.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatNetworkRBF
A flat network designed to handle an RBF.
|
Modifier and Type | Method and Description |
---|---|
FlatNetwork |
FlatNetwork.clone()
Clone the network.
|
Modifier and Type | Method and Description |
---|---|
void |
FlatNetwork.cloneFlatNetwork(FlatNetwork result)
Clone into the flat network passed in.
|
Modifier and Type | Method and Description |
---|---|
FlatNetwork |
BasicNetwork.getFlat() |
FlatNetwork |
ContainsFlat.getFlat() |
Modifier and Type | Method and Description |
---|---|
FlatNetwork |
NeuralStructure.getFlat() |
Modifier and Type | Method and Description |
---|---|
void |
NeuralStructure.setFlat(FlatNetwork flat)
Set the flat network.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkFold.copyFromNetwork(FlatNetwork source)
Copy the weights and output from the network.
|
void |
NetworkFold.copyToNetwork(FlatNetwork target)
Copy weights and output to the network.
|
Constructor and Description |
---|
NetworkFold(FlatNetwork flat)
Construct a fold from the specified flat network.
|
Modifier and Type | Method and Description |
---|---|
FlatNetwork |
Propagation.getCurrentFlatNetwork() |
FlatNetwork |
GradientWorker.getNetwork() |
Constructor and Description |
---|
GradientWorker(FlatNetwork theNetwork,
Propagation theOwner,
MLDataSet theTraining,
int theLow,
int theHigh,
double[] flatSpot,
ErrorFunction ef)
Construct a gradient worker.
|
Modifier and Type | Method and Description |
---|---|
FlatNetwork |
RBFNetwork.getFlat() |
Copyright © 2014. All Rights Reserved.