org.encog.app.quant.indicators
Class ProcessIndicators
- java.lang.Object
-
- org.encog.app.analyst.csv.basic.BasicFile
-
- org.encog.app.analyst.csv.basic.BasicCachedFile
-
- org.encog.app.quant.indicators.ProcessIndicators
-
- All Implemented Interfaces:
- QuantTask
public class ProcessIndicators extends BasicCachedFile
Process indicators and generate output.
-
-
Field Summary
-
Fields inherited from class org.encog.app.analyst.csv.basic.BasicFile
REPORT_INTERVAL
-
-
Constructor Summary
Constructors Constructor and Description ProcessIndicators()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidprocess(java.io.File output)Process and write the specified output file.voidrenameColumn(int index, java.lang.String newName)Rename a column.-
Methods inherited from class org.encog.app.analyst.csv.basic.BasicCachedFile
addColumn, analyze, getColumnData, getColumnMapping, getColumns
-
Methods inherited from class org.encog.app.analyst.csv.basic.BasicFile
appendSeparator, getColumnCount, getFormat, getInputFilename, getInputHeadings, getPrecision, getRecordCount, getReport, getReportInterval, getScript, isAnalyzed, isExpectInputHeaders, isProduceOutputHeaders, performBasicCounts, prepareOutputFile, readHeaders, reportDone, reportDone, requestStop, resetStatus, setAnalyzed, setColumnCount, setExpectInputHeaders, setInputFilename, setInputFormat, setInputHeadings, setPrecision, setProduceOutputHeaders, setRecordCount, setReport, setReportInterval, setScript, shouldStop, toString, updateStatus, updateStatus, validateAnalyzed, writeRow
-
-
-
-
Method Detail
-
process
public final void process(java.io.File output)
Process and write the specified output file.- Parameters:
output- The output file.
-
renameColumn
public final void renameColumn(int index, java.lang.String newName)Rename a column.- Parameters:
index- The column index.newName- The new name.
-
-
DMelt 3.0 © DataMelt by jWork.ORG