Documentation of 'org.encog.neural.flat.FlatNetworkRBF' Java class
FlatNetworkRBF
org.encog.neural.flat

Class FlatNetworkRBF

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class FlatNetworkRBF
    extends FlatNetwork
    implements java.io.Serializable, java.lang.Cloneable
    A flat network designed to handle an RBF.
    See Also:
    Serialized Form
    • Constructor Detail

      • FlatNetworkRBF

        public FlatNetworkRBF()
        Default constructor.
      • FlatNetworkRBF

        public FlatNetworkRBF(int inputCount,
                              int hiddenCount,
                              int outputCount,
                              RadialBasisFunction[] rbf)
        Construct an RBF flat network.
        Parameters:
        inputCount - The number of input neurons. (also the number of dimensions)
        hiddenCount - The number of hidden neurons.
        outputCount - The number of output neurons.
        rbf - The radial basis functions to use.
    • Method Detail

      • compute

        public void compute(double[] x,
                            double[] output)
        Calculate the output for the given input.
        Overrides:
        compute in class FlatNetwork
        Parameters:
        x - The input.
        output - Output will be placed here.
      • setRBF

        public void setRBF(RadialBasisFunction[] rbf)
        Set the RBF's used.
        Parameters:
        rbf - The RBF's used.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.