RowLayersLayout.java :  » Net » Neuroph-2.4 » org » neuroph » easyneurons » view » Java Open Source

Java Open Source » Net » Neuroph 2.4 
Neuroph 2.4 » org » neuroph » easyneurons » view » RowLayersLayout.java
package org.neuroph.easyneurons.view;


public class RowLayersLayout extends NetworkLayout {


  public int getLayerLayout(int idx) {
    return ROW_LAYOUT;
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.