|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--learn.LearnApp
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 |
|
Field Detail |
boolean packFrame
Constructor Detail |
public LearnApp()
Method Detail |
public static void main(java.lang.String[] args)
args
- a String array used to pass arguments into the class. Not used
in this application.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |