learn
Class LearnApp

java.lang.Object
  |
  +--learn.LearnApp

public class LearnApp
extends java.lang.Object

The LearnApp is an application that demonstrates three learing algorithms: back propagation network, Kohonen map network, and a decision tree.


Field Summary
(package private)  boolean packFrame
           
 
Constructor Summary
LearnApp()
          Creates the learn application.
 
Method Summary
static void main(java.lang.String[] args)
          Runs the learn application.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packFrame

boolean packFrame
Constructor Detail

LearnApp

public LearnApp()
Creates the learn application.
Method Detail

main

public static void main(java.lang.String[] args)
Runs the learn application.
Parameters:
args - a String array used to pass arguments into the class. Not used in this application.