stimdelrew
Class MasterTraining

java.lang.Object
  |
  +--stimdelrew.MasterTraining

public class MasterTraining
extends java.lang.Object

Main routine training networks until there are 5 successful networks. It saves successfull networks and final training data in .ds76 and .dsc76 files respectively.


Constructor Summary
MasterTraining()
           
 
Method Summary
static void main(java.lang.String[] args)
          No arguments required.
static int run(double lr, int uc, boolean inSquash, boolean outSquash)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterTraining

public MasterTraining()
Method Detail

main

public static void main(java.lang.String[] args)
No arguments required.


run

public static int run(double lr,
                      int uc,
                      boolean inSquash,
                      boolean outSquash)