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.
Method Summary |
void |
process(File output)
Process and write the specified output file. |
void |
renameColumn(int index,
String newName)
Rename a column. |
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 |
ProcessIndicators
public ProcessIndicators()
process
public final void process(File output)
- Process and write the specified output file.
- Parameters:
output
- The output file.
renameColumn
public final void renameColumn(int index,
String newName)
- Rename a column.
- Parameters:
index
- The column index.newName
- The new name.
Copyright © 2014. All Rights Reserved.