Uses of Class
neural.net.Network

Packages that use Network
neural.net   
ocr.data   
 

Uses of Network in neural.net
 

Methods in neural.net that return Network
static Network Network.load(java.io.File file)
          Load a Network from a file
 

Constructors in neural.net with parameters of type Network
BackPropagator(Network network, double learningRate)
          Constructor
 

Uses of Network in ocr.data
 

Methods in ocr.data that return Network
 Network NetworkManager.getNetwork()
          Get the Network being used
 

Methods in ocr.data with parameters of type Network
static char GridProcessor.process(Grid grid, Network network)
          Process a Grid through a Network
 void TrainingManager.setNetwork(Network network)
          Set the Network to use for training