de.htwdd.rosenkoenig.neuro.net.examples
Class BankExample

java.lang.Object
  extended by de.htwdd.rosenkoenig.neuro.net.examples.BankExample

public class BankExample
extends java.lang.Object

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

BankExample

public BankExample()
Method Detail

main

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

present

private static void present(FeedForwardNet net,
                            java.util.List<Pattern> patterns)