com.fisincorporated.stockanalysis
Class DelayNN

java.lang.Object
  extended bycom.fisincorporated.stockanalysis.DelayNN

public class DelayNN
extends java.lang.Object

Author:
Eric Foertsch Construct NN in Java class Ideally need to create a Java class to accept XML file containing NN specs and values. Then have the class construct the NN... but that must wait for another day. For now just accept the training data and desired data files

Constructor Summary
DelayNN()
           
 
Method Summary
 void initialize()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayNN

public DelayNN()
Method Detail

initialize

public void initialize()

main

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