| Package | Description |
|---|---|
| com.imsl.datamining.neural |
Neural networks.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
FeedForwardNetwork.findLink(Node from,
Node to)
Returns the
Link between two Nodes. |
Link[] |
FeedForwardNetwork.findLinks(Node to)
Returns all of the
Links to a given Node. |
abstract Link[] |
Network.getLinks()
Returns an array containing the
Link objects in the
Network. |
Link[] |
FeedForwardNetwork.getLinks()
Return all of the
Links in this Network. |
Link |
FeedForwardNetwork.link(Node from,
Node to)
Establishes a
Link between two Nodes. |
Link |
FeedForwardNetwork.link(Node from,
Node to,
double weight)
Establishes a
Link between two Nodes with a
specified weight. |
| Modifier and Type | Method and Description |
|---|---|
void |
FeedForwardNetwork.remove(Link link)
Removes a
Link from the network. |
Copyright © 2020 Rogue Wave Software. All rights reserved.