|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.htwdd.rosenkoenig.neuro.net.examples.BankExample
public class BankExample
Another example to demonstrate the possibilities of a feed forward net.
A bank has a number of potential customers, each characterized by two attributes. The neural net
is trained to divide this set of customers into two groups.
| Constructor Summary | |
|---|---|
BankExample()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
private static void |
present(FeedForwardNet net,
java.util.List<Pattern> patterns)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BankExample()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args -
private static void present(FeedForwardNet net,
java.util.List<Pattern> patterns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||