Class NeuralNetGraph

java.lang.Object
edu.uci.ics.jung.graph.AbstractGraph<V,​E>
edu.uci.ics.jung.graph.SparseGraph<AbstractGraphNode,​AbstractGraphEdge>
mgui.interfaces.graphs.InterfaceAbstractGraph
mgui.neuro.graphs.NeuralNetGraph
All Implemented Interfaces:
edu.uci.ics.jung.graph.Graph<AbstractGraphNode,​AbstractGraphEdge>, edu.uci.ics.jung.graph.Hypergraph<AbstractGraphNode,​AbstractGraphEdge>, java.io.Serializable, NetworkGraphListener, AttributeListener, AttributeObject, InterfaceObject, PopupMenuObject, NamedObject, TreeObject, CleanableObject, XMLObject, IconObject

public class NeuralNetGraph
extends InterfaceAbstractGraph
Extension of JUNG's DirectedSparseGraph designed to specifically represent instances of NeuralNet. Requires vertices to be instances of NeuralNetNode and edges to be instances of NeuralNetConnection.
Version:
1.0
Author:
Andrew Reid
See Also:
Serialized Form