Method | Description | |
---|---|---|
BackPropagationRPROPNetwork ( int nodesInEachLayer ) : System |
Creates the network.
|
|
BackPropagationRPROPNetwork ( string fileName ) : System |
Creates the network from a file.
|
|
CreateLink ( ) : NeuroLink |
Overridden.Creates new xpidea.neuro.net.backprop.EpochBackPropagationLink
|
public BackPropagationRPROPNetwork ( int nodesInEachLayer ) : System | ||
nodesInEachLayer | int | Nodes in each layer of the network. |
return | System |
public BackPropagationRPROPNetwork ( string fileName ) : System | ||
fileName | string | |
return | System |