Uses of Class
mgui.neuro.networks.AbstractNeuralNet
Package | Description |
---|---|
mgui.interfaces.neuro | |
mgui.neuro.graphs | |
mgui.neuro.networks |
-
Uses of AbstractNeuralNet in mgui.interfaces.neuro
Methods in mgui.interfaces.neuro that return AbstractNeuralNet Modifier and Type Method Description AbstractNeuralNet
NeuralNetEvent. getNet()
Constructors in mgui.interfaces.neuro with parameters of type AbstractNeuralNet Constructor Description NeuralNetEvent(AbstractNeuralNet source, int code)
-
Uses of AbstractNeuralNet in mgui.neuro.graphs
Fields in mgui.neuro.graphs declared as AbstractNeuralNet Modifier and Type Field Description AbstractNeuralNet
NeuralNetGraph. network
Methods in mgui.neuro.graphs with parameters of type AbstractNeuralNet Modifier and Type Method Description boolean
NeuralNetGraph. setFromNetwork(AbstractNeuralNet network)
Constructors in mgui.neuro.graphs with parameters of type AbstractNeuralNet Constructor Description NeuralNetGraph(AbstractNeuralNet net)
-
Uses of AbstractNeuralNet in mgui.neuro.networks
Subclasses of AbstractNeuralNet in mgui.neuro.networks Modifier and Type Class Description class
KohonenNet
class
PerceptronNet