org.encog.app.analyst.csv.segregate
Class SegregateCSV
- java.lang.Object
-
- org.encog.app.analyst.csv.basic.BasicFile
-
- org.encog.app.analyst.csv.segregate.SegregateCSV
-
-
Field Summary
Fields Modifier and Type Field and Description static intTOTAL_PCTTOtal percents should add to this.-
Fields inherited from class org.encog.app.analyst.csv.basic.BasicFile
REPORT_INTERVAL
-
-
Constructor Summary
Constructors Constructor and Description SegregateCSV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidanalyze(java.io.File inputFile, boolean headers, CSVFormat format)Analyze the input file.java.util.List<SegregateTargetPercent>getTargets()voidprocess()Process the input file and segregate into the output files.-
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
-
-
-
-
Field Detail
-
TOTAL_PCT
public static final int TOTAL_PCT
TOtal percents should add to this.- See Also:
- Constant Field Values
-
-
Method Detail
-
analyze
public void analyze(java.io.File inputFile, boolean headers, CSVFormat format)Analyze the input file.- Parameters:
inputFile- The input file.headers- The headers.format- The format of the input file.
-
getTargets
public java.util.List<SegregateTargetPercent> getTargets()
- Returns:
- The segregation targets.
-
process
public void process()
Process the input file and segregate into the output files.
-
-
DMelt 3.0 © DataMelt by jWork.ORG