JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
nnetwork.Topology
Packages that use
Topology
Package
Description
nnetwork
The Neural Network class.
Uses of
Topology
in
nnetwork
Fields in
nnetwork
declared as
Topology
Modifier and Type
Field
Description
(package private)
Topology
ANNMain.
topo
(package private)
Topology
NNetwork.
topo
Methods in
nnetwork
that return
Topology
Modifier and Type
Method
Description
Topology
NNetwork.
gettopo
()
Get topology.
Constructors in
nnetwork
with parameters of type
Topology
Constructor
Description
NNetwork
(
Topology
topo)
Construct network on input topology.