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 booleanAbstractNetworkGraph. setFromNetwork(AbstractNetwork net) -
Uses of AbstractNetwork in mgui.interfaces.neuro
Methods in mgui.interfaces.neuro that return AbstractNetwork Modifier and Type Method Description AbstractNetworkInterfaceNetworkTreeNode. 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 AbstractNetworkNetworkEvent. 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 booleanCorticalNetworkGraph. setFromNetwork(AbstractNetwork net) -
Uses of AbstractNetwork in mgui.neuro.networks
Subclasses of AbstractNetwork in mgui.neuro.networks Modifier and Type Class Description classAbstractNeuralNetAbstract class for all neural net classes to inherit.classCorticalNetworkclassKohonenNetclassPerceptronNet