|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.report.AnalystReport
public class AnalystReport
Produce a simple report on the makeup of the script and data to be analyued.
Field Summary | |
---|---|
static int |
EIGHT_SPAN
Used as a col-span. |
static int |
FIVE_SPAN
Used as a col-span. |
Constructor Summary | |
---|---|
AnalystReport(EncogAnalyst theAnalyst)
Construct the report. |
Method Summary | |
---|---|
String |
produceReport()
Produce the report. |
void |
produceReport(File filename)
Produce a report for a filename. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FIVE_SPAN
public static final int EIGHT_SPAN
Constructor Detail |
---|
public AnalystReport(EncogAnalyst theAnalyst)
theAnalyst
- The analyst to use.Method Detail |
---|
public String produceReport()
public void produceReport(File filename)
filename
- The filename.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |