Package | Description |
---|---|
org.encog.app.analyst | |
org.encog.app.analyst.analyze | |
org.encog.app.analyst.script.prop | |
org.encog.app.analyst.util | |
org.encog.app.analyst.wizard |
Modifier and Type | Method and Description |
---|---|
static AnalystFileFormat |
AnalystFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalystFileFormat[] |
AnalystFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EncogAnalyst.analyze(File file,
boolean headers,
AnalystFileFormat format)
Analyze the specified file.
|
void |
EncogAnalyst.reanalyze(File file,
boolean headers,
AnalystFileFormat format)
Analyze the specified file.
|
Constructor and Description |
---|
PerformAnalysis(AnalystScript theScript,
String theFilename,
boolean theHeaders,
AnalystFileFormat theFormat)
Construct the analysis object.
|
Modifier and Type | Method and Description |
---|---|
AnalystFileFormat |
ScriptProperties.getPropertyFormat(String name)
Get a property as a format.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptProperties.setProperty(String name,
AnalystFileFormat format)
Set the property to a format.
|
Modifier and Type | Method and Description |
---|---|
static AnalystFileFormat |
ConvertStringConst.string2AnalystFileFormat(String str)
Convert a string to an analyst file format.
|
Modifier and Type | Method and Description |
---|---|
static String |
ConvertStringConst.analystFileFormat2String(AnalystFileFormat af)
Convert a file format to a string.
|
static CSVFormat |
ConvertStringConst.convertToCSVFormat(AnalystFileFormat af)
Convert an analyst format to a csv format.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalystWizard.wizard(File analyzeFile,
boolean b,
AnalystFileFormat format)
Analyze a file.
|
void |
AnalystWizard.wizard(URL url,
File saveFile,
File analyzeFile,
boolean b,
AnalystFileFormat format)
Analyze a file at the specified URL.
|
Copyright © 2014. All Rights Reserved.