org.encog.app.generate.program
Class EncogGenProgram
java.lang.Object
org.encog.app.generate.program.EncogTreeNode
org.encog.app.generate.program.EncogGenProgram
public class EncogGenProgram
- extends EncogTreeNode
Holds a generated Encog program. A language specific generator will take this
and generate actual source code from it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncogGenProgram
public EncogGenProgram()
- Construct the program.
createClass
public EncogProgramNode createClass(String className)
- Create a new class.
- Parameters:
className
- The class name.
- Returns:
- The newly created class.
Copyright © 2014. All Rights Reserved.