org.encog.neural.networks.structure
public class AnalyzeNetwork extends Object
Constructor and Description |
---|
AnalyzeNetwork(BasicNetwork network)
Construct a network analyze class.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getAllValues() |
NumericRange |
getBias() |
double[] |
getBiasValues() |
int |
getDisabledConnections() |
int |
getTotalConnections() |
NumericRange |
getWeights() |
NumericRange |
getWeightsAndBias() |
double[] |
getWeightValues() |
String |
toString() |
public AnalyzeNetwork(BasicNetwork network)
network
- The network to analyze.public final double[] getAllValues()
public final NumericRange getBias()
public final double[] getBiasValues()
public final int getDisabledConnections()
public final int getTotalConnections()
public final NumericRange getWeights()
public final NumericRange getWeightsAndBias()
public final double[] getWeightValues()
Copyright © 2014. All Rights Reserved.