org.neuroph.easyneurons.view
Class KohonenLayout

java.lang.Object
  extended by org.neuroph.easyneurons.view.NetworkLayout
      extended by org.neuroph.easyneurons.view.KohonenLayout

public class KohonenLayout
extends NetworkLayout


Field Summary
 
Fields inherited from class org.neuroph.easyneurons.view.NetworkLayout
ROW_LAYOUT, SQUARE_LAYOUT
 
Constructor Summary
KohonenLayout()
           
 
Method Summary
 int getLayerLayout(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KohonenLayout

public KohonenLayout()
Method Detail

getLayerLayout

public int getLayerLayout(int idx)
Specified by:
getLayerLayout in class NetworkLayout