org.encog.app.analyst.report
public class AnalystReport extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EIGHT_SPAN
Used as a col-span.
|
static int |
FIVE_SPAN
Used as a col-span.
|
| Constructor and Description |
|---|
AnalystReport(EncogAnalyst theAnalyst)
Construct the report.
|
| Modifier and Type | Method and Description |
|---|---|
String |
produceReport()
Produce the report.
|
void |
produceReport(File filename)
Produce a report for a filename.
|
public static final int FIVE_SPAN
public static final int EIGHT_SPAN
public AnalystReport(EncogAnalyst theAnalyst)
theAnalyst - The analyst to use.Copyright © 2014. All Rights Reserved.