Uses of Class
mgui.models.networks.AbstractNetwork
Package | Description |
---|---|
mgui.graphs.networks |
Classes representing network graphs.
|
mgui.interfaces.neuro | |
mgui.models.networks | |
mgui.neuro.graphs | |
mgui.neuro.networks |
-
Uses of AbstractNetwork in mgui.graphs.networks
Methods in mgui.graphs.networks with parameters of type AbstractNetwork Modifier and Type Method Description abstract boolean
AbstractNetworkGraph. setFromNetwork(AbstractNetwork net)
-
Uses of AbstractNetwork in mgui.interfaces.neuro
Methods in mgui.interfaces.neuro that return AbstractNetwork Modifier and Type Method Description AbstractNetwork
InterfaceNetworkTreeNode. getSource()
Constructors in mgui.interfaces.neuro with parameters of type AbstractNetwork Constructor Description InterfaceNetworkTreeNode(AbstractNetwork source)
-
Uses of AbstractNetwork in mgui.models.networks
Methods in mgui.models.networks that return AbstractNetwork Modifier and Type Method Description AbstractNetwork
NetworkEvent. getNet()
Constructors in mgui.models.networks with parameters of type AbstractNetwork Constructor Description NetworkEvent(AbstractNetwork source, int code)
-
Uses of AbstractNetwork in mgui.neuro.graphs
Methods in mgui.neuro.graphs with parameters of type AbstractNetwork Modifier and Type Method Description boolean
CorticalNetworkGraph. setFromNetwork(AbstractNetwork net)
-
Uses of AbstractNetwork in mgui.neuro.networks
Subclasses of AbstractNetwork in mgui.neuro.networks Modifier and Type Class Description class
AbstractNeuralNet
Abstract class for all neural net classes to inherit.class
CorticalNetwork
class
KohonenNet
class
PerceptronNet