org.encog.app.analyst.csv
Class AnalystEvaluateRawCSV
- java.lang.Object
-
- org.encog.app.analyst.csv.basic.BasicFile
-
- org.encog.app.analyst.csv.AnalystEvaluateRawCSV
-
-
Field Summary
-
Fields inherited from class org.encog.app.analyst.csv.basic.BasicFile
REPORT_INTERVAL
-
-
Constructor Summary
Constructors Constructor and Description AnalystEvaluateRawCSV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidanalyze(EncogAnalyst theAnalyst, java.io.File inputFile, boolean headers, CSVFormat format)Analyze the data.voidprocess(java.io.File outputFile, MLRegression method)Process the file.-
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
-
analyze
public void analyze(EncogAnalyst theAnalyst, java.io.File inputFile, boolean headers, CSVFormat format)
Analyze the data. This counts the records and prepares the data to be processed.- Parameters:
theAnalyst- The analyst to use.inputFile- The input file.headers- True if headers are present.format- The format the file is in.
-
process
public void process(java.io.File outputFile, MLRegression method)Process the file.- Parameters:
outputFile- The output file.method- The method to use.
-
-
DMelt 3.0 © DataMelt by jWork.ORG