Documentation of 'org.encog.neural.networks.structure.AnalyzeNetwork' Java class
AnalyzeNetwork
org.encog.neural.networks.structure

Class AnalyzeNetwork



  • public class AnalyzeNetwork
    extends java.lang.Object
    Allows the weights and bias values of the neural network to be analyzed.
    • Constructor Detail

      • AnalyzeNetwork

        public AnalyzeNetwork(BasicNetwork network)
        Construct a network analyze class. Analyze the specified network.
        Parameters:
        network - The network to analyze.
    • Method Detail

      • getAllValues

        public final double[] getAllValues()
        Returns:
        All of the values in the neural network.
      • getBias

        public final NumericRange getBias()
        Returns:
        The numeric range of the bias values.
      • getBiasValues

        public final double[] getBiasValues()
        Returns:
        The bias values in the neural network.
      • getDisabledConnections

        public final int getDisabledConnections()
        Returns:
        The number of disabled connections in the network.
      • getTotalConnections

        public final int getTotalConnections()
        Returns:
        The total number of connections in the network.
      • getWeights

        public final NumericRange getWeights()
        Returns:
        The numeric range of the weights values.
      • getWeightsAndBias

        public final NumericRange getWeightsAndBias()
        Returns:
        The numeric range of the weights and bias values.
      • getWeightValues

        public final double[] getWeightValues()
        Returns:
        The weight values in the neural network.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.