Uses of Class
mgui.neuro.graphs.NeuralNetNode
Package | Description |
---|---|
mgui.neuro.graphs |
-
Uses of NeuralNetNode in mgui.neuro.graphs
Methods in mgui.neuro.graphs with parameters of type NeuralNetNode Modifier and Type Method Description double
NeuralNetNode. getWeight(NeuralNetNode target)
Returns the weight of the connection of this node with the target node, if it exists.Constructors in mgui.neuro.graphs with parameters of type NeuralNetNode Constructor Description NeuralNetConnection(NeuralNetNode from, NeuralNetNode to)