Package org.encog.parse.expression.epl

Examples of org.encog.parse.expression.epl.RenderEPL.render()


   * @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);
  }

  /**
   * @return The program context. The program context may be shared over
   *         multiple programs.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.