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 Node s. |
Link[] |
FeedForwardNetwork.findLinks(Node to)
Returns all of the
Link s 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
Link s in this Network . |
Link |
FeedForwardNetwork.link(Node from,
Node to)
Establishes a
Link between two Node s. |
Link |
FeedForwardNetwork.link(Node from,
Node to,
double weight)
Establishes a
Link between two Node s 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.