org.encog.app.analyst.script
public class ScriptLoad extends Object
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_FIVE
Column 5.
|
static int |
COLUMN_FOUR
Column 4.
|
static int |
COLUMN_ONE
Column 1.
|
static int |
COLUMN_THREE
Column 3.
|
static int |
COLUMN_TWO
Column 2.
|
Constructor and Description |
---|
ScriptLoad(AnalystScript theScript)
Construct a script loader.
|
public static final int COLUMN_ONE
public static final int COLUMN_TWO
public static final int COLUMN_THREE
public static final int COLUMN_FOUR
public static final int COLUMN_FIVE
public ScriptLoad(AnalystScript theScript)
theScript
- The script to load into.public void load(InputStream stream)
stream
- The stream to load from.Copyright © 2014. All Rights Reserved.