Package org.encog.parse.expression.epl

Examples of org.encog.parse.expression.epl.RenderEPL


  /**
   * @return The string as an EPL expression. EPL is the format that
   *         EncogPrograms are usually persisted as.
   */
  public String generateEPL() {
    final RenderEPL render = new RenderEPL();
    return render.render(this);
  }
View Full Code Here

TOP

Related Classes of org.encog.parse.expression.epl.RenderEPL

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.