org.encog.app.analyst.report
Class AnalystReport
- java.lang.Object
-
- org.encog.app.analyst.report.AnalystReport
-
public class AnalystReport extends java.lang.ObjectProduce a simple report on the makeup of the script and data to be analyued.
-
-
Field Summary
Fields Modifier and Type Field and Description static intEIGHT_SPANUsed as a col-span.static intFIVE_SPANUsed as a col-span.
-
Constructor Summary
Constructors Constructor and Description AnalystReport(EncogAnalyst theAnalyst)Construct the report.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringproduceReport()Produce the report.voidproduceReport(java.io.File filename)Produce a report for a filename.
-
-
-
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG