Documentation of 'org.encog.ml.graph.BasicNode' Java class
BasicNode
org.encog.ml.graph

Class BasicNode

    • Constructor Detail

      • BasicNode

        public BasicNode(java.lang.String label)
    • Method Detail

      • getConnections

        public java.util.List<BasicEdge> getConnections()
      • getLabel

        public java.lang.String getLabel()
      • connect

        public void connect(BasicNode newNode,
                            double cost)
      • getBackConnections

        public java.util.List<BasicEdge> getBackConnections()
        Returns:
        the backConnections
      • toString

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

        public double getCost(BasicNode node)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.