org.encog.app.analyst.script.ml
Class ScriptOpcode
- java.lang.Object
-
- org.encog.app.analyst.script.ml.ScriptOpcode
-
public class ScriptOpcode extends java.lang.ObjectAn opcode, stored in the script.
-
-
Constructor Summary
Constructors Constructor and Description ScriptOpcode(ProgramExtensionTemplate temp)ScriptOpcode(java.lang.String name, int argCount)Construct the opcode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetArgCount()java.lang.StringgetName()
-
-
-
Constructor Detail
-
ScriptOpcode
public ScriptOpcode(ProgramExtensionTemplate temp)
-
ScriptOpcode
public ScriptOpcode(java.lang.String name, int argCount)Construct the opcode.- Parameters:
name- The name of the opcode.argCount- The argument count.
-
-
DMelt 3.0 © DataMelt by jWork.ORG