Documentation of 'org.encog.neural.hyperneat.substrate.SubstrateNode' Java class
SubstrateNode
org.encog.neural.hyperneat.substrate

Class SubstrateNode

  • All Implemented Interfaces:
    java.io.Serializable


    public class SubstrateNode
    extends java.lang.Object
    implements java.io.Serializable
    A substrate node. A node has a coordinate in an n-dimension space that matches the dimension count of the substrate. ----------------------------------------------------------------------------- http://www.cs.ucf.edu/~kstanley/ Encog's NEAT implementation was drawn from the following three Journal Articles. For more complete BibTeX sources, see NEATNetwork.java. Evolving Neural Networks Through Augmenting Topologies Generating Large-Scale Neural Networks Through Discovering Geometric Regularities Automatic feature selection in neuroevolution
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SubstrateNode(int theID, int size)
      Construct this node.
    • Constructor Detail

      • SubstrateNode

        public SubstrateNode(int theID,
                             int size)
        Construct this node.
        Parameters:
        theID - The ID.
        size - The size.
    • Method Detail

      • getId

        public int getId()
        Returns:
        the id
      • getLocation

        public double[] getLocation()
        Returns:
        the location
      • size

        public int size()
        Returns:
        The number of dimensions in this node.
      • toString

        public 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.