org.encog.app.analyst.report
Class AnalystReport

java.lang.Object
  extended by org.encog.app.analyst.report.AnalystReport

public class AnalystReport
extends Object

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

FIVE_SPAN

public static final int FIVE_SPAN
Used as a col-span.

See Also:
Constant Field Values

EIGHT_SPAN

public static final int EIGHT_SPAN
Used as a col-span.

See Also:
Constant Field Values
Constructor Detail

AnalystReport

public AnalystReport(EncogAnalyst theAnalyst)
Construct the report.

Parameters:
theAnalyst - The analyst to use.
Method Detail

produceReport

public String produceReport()
Produce the report.

Returns:
The report.

produceReport

public void produceReport(File filename)
Produce a report for a filename.

Parameters:
filename - The filename.


Copyright © 2014. All Rights Reserved.