Uses of Class
org.encog.util.csv.CSVFormat

Packages that use CSVFormat
org.encog.app.analyst.csv   
org.encog.app.analyst.csv.balance   
org.encog.app.analyst.csv.basic   
org.encog.app.analyst.csv.filter   
org.encog.app.analyst.csv.normalize   
org.encog.app.analyst.csv.process   
org.encog.app.analyst.csv.segregate   
org.encog.app.analyst.csv.shuffle   
org.encog.app.analyst.csv.sort   
org.encog.app.analyst.script   
org.encog.app.analyst.script.normalize   
org.encog.app.analyst.script.prop   
org.encog.app.analyst.util   
org.encog.app.quant.loader.yahoo   
org.encog.app.quant.ninja   
org.encog.ml.data.auto   
org.encog.ml.data.buffer.codec   
org.encog.ml.data.specific   
org.encog.ml.prg   
org.encog.persist   
org.encog.util   
org.encog.util.csv   
org.encog.util.normalize   
org.encog.util.normalize.target   
org.encog.util.simple   
 

Uses of CSVFormat in org.encog.app.analyst.csv
 

Methods in org.encog.app.analyst.csv with parameters of type CSVFormat
 void AnalystEvaluateRawCSV.analyze(EncogAnalyst theAnalyst, File inputFile, boolean headers, CSVFormat format)
          Analyze the data.
 void AnalystEvaluateCSV.analyze(EncogAnalyst theAnalyst, File inputFile, boolean headers, CSVFormat format)
          Analyze the data.
 void AnalystClusterCSV.analyze(EncogAnalyst theAnalyst, File inputFile, boolean headers, CSVFormat format)
          Analyze the data.
 

Uses of CSVFormat in org.encog.app.analyst.csv.balance
 

Methods in org.encog.app.analyst.csv.balance with parameters of type CSVFormat
 void BalanceCSV.analyze(File inputFile, boolean headers, CSVFormat format)
          Analyze the data.
 

Uses of CSVFormat in org.encog.app.analyst.csv.basic
 

Methods in org.encog.app.analyst.csv.basic that return CSVFormat
 CSVFormat BasicFile.getFormat()
           
 

Methods in org.encog.app.analyst.csv.basic with parameters of type CSVFormat
 void BasicCachedFile.analyze(File input, boolean headers, CSVFormat format)
          Analyze the input file.
static void BasicFile.appendSeparator(StringBuilder line, CSVFormat format)
          Append a separator.
 void BasicFile.setInputFormat(CSVFormat theInputFormat)
          Set the input format.
 

Constructors in org.encog.app.analyst.csv.basic with parameters of type CSVFormat
LoadedRow(CSVFormat csvFormat, double[] d, int extra)
           
 

Uses of CSVFormat in org.encog.app.analyst.csv.filter
 

Methods in org.encog.app.analyst.csv.filter with parameters of type CSVFormat
 void FilterCSV.analyze(File inputFile, boolean headers, CSVFormat format)
          Analyze the file.
 

Uses of CSVFormat in org.encog.app.analyst.csv.normalize
 

Methods in org.encog.app.analyst.csv.normalize with parameters of type CSVFormat
 void AnalystNormalizeToEGB.analyze(File inputFilename, boolean expectInputHeaders, CSVFormat inputFormat, EncogAnalyst theAnalyst)
          Analyze the file.
 void AnalystNormalizeCSV.analyze(File inputFilename, boolean expectInputHeaders, CSVFormat inputFormat, EncogAnalyst theAnalyst)
          Analyze the file.
 void AnalystNormalizeToEGB.setSourceFile(File file, boolean headers, CSVFormat format)
          Set the source file.
 void AnalystNormalizeCSV.setSourceFile(File file, boolean headers, CSVFormat format)
          Set the source file.
 

Uses of CSVFormat in org.encog.app.analyst.csv.process
 

Methods in org.encog.app.analyst.csv.process that return CSVFormat
 CSVFormat ProcessExtension.getFormat()
           
 

Methods in org.encog.app.analyst.csv.process with parameters of type CSVFormat
 void AnalystProcess.analyze(File inputFile, boolean headers, CSVFormat format)
          Analyze the neural network.
 

Constructors in org.encog.app.analyst.csv.process with parameters of type CSVFormat
ProcessExtension(CSVFormat theFormat)
           
 

Uses of CSVFormat in org.encog.app.analyst.csv.segregate
 

Methods in org.encog.app.analyst.csv.segregate with parameters of type CSVFormat
 void SegregateCSV.analyze(File inputFile, boolean headers, CSVFormat format)
          Analyze the input file.
 

Uses of CSVFormat in org.encog.app.analyst.csv.shuffle
 

Methods in org.encog.app.analyst.csv.shuffle with parameters of type CSVFormat
 void ShuffleCSV.analyze(File inputFile, boolean headers, CSVFormat format)
          Analyze the neural network.
 

Uses of CSVFormat in org.encog.app.analyst.csv.sort
 

Methods in org.encog.app.analyst.csv.sort with parameters of type CSVFormat
 void SortCSV.process(File inputFile, File outputFile, boolean headers, CSVFormat format)
          Process, and sort the files.
 

Uses of CSVFormat in org.encog.app.analyst.script
 

Methods in org.encog.app.analyst.script that return CSVFormat
 CSVFormat AnalystScript.determineFormat()
          Determine the output format.
 

Uses of CSVFormat in org.encog.app.analyst.script.normalize
 

Methods in org.encog.app.analyst.script.normalize with parameters of type CSVFormat
 void AnalystField.addRawHeadings(StringBuilder line, String prefix, CSVFormat format)
          Add headings for a raw file.
 

Uses of CSVFormat in org.encog.app.analyst.script.prop
 

Methods in org.encog.app.analyst.script.prop that return CSVFormat
 CSVFormat ScriptProperties.getPropertyCSVFormat(String name)
          Get a property as a format.
 

Uses of CSVFormat in org.encog.app.analyst.util
 

Methods in org.encog.app.analyst.util that return CSVFormat
static CSVFormat ConvertStringConst.convertToCSVFormat(AnalystFileFormat af)
          Convert an analyst format to a csv format.
 

Constructors in org.encog.app.analyst.util with parameters of type CSVFormat
CSVHeaders(File filename, boolean headers, CSVFormat format)
          Construct the object.
 

Uses of CSVFormat in org.encog.app.quant.loader.yahoo
 

Methods in org.encog.app.quant.loader.yahoo with parameters of type CSVFormat
 void YahooDownload.loadAllData(String ticker, File output, CSVFormat outputFormat, Date from, Date to)
          Load all data.
 

Uses of CSVFormat in org.encog.app.quant.ninja
 

Methods in org.encog.app.quant.ninja with parameters of type CSVFormat
 void NinjaStreamWriter.open(String filename, boolean theHeaders, CSVFormat theFormat)
          Open the file for output.
 

Uses of CSVFormat in org.encog.ml.data.auto
 

Methods in org.encog.ml.data.auto with parameters of type CSVFormat
 void AutoFloatDataSet.loadCSV(String filename, boolean headers, CSVFormat format, int[] input, int[] ideal)
           
 

Uses of CSVFormat in org.encog.ml.data.buffer.codec
 

Constructors in org.encog.ml.data.buffer.codec with parameters of type CSVFormat
CSVDataCODEC(File theFile, CSVFormat theFormat, boolean theExpectSignificance)
          Constructor to create CSV from binary..
CSVDataCODEC(File theFile, CSVFormat theFormat, boolean theHeaders, int theInputCount, int theIdealCount, boolean theExpectSignificance)
          Create a CODEC to load data from CSV to binary.
 

Uses of CSVFormat in org.encog.ml.data.specific
 

Methods in org.encog.ml.data.specific that return CSVFormat
 CSVFormat CSVNeuralDataSet.getFormat()
           
 

Constructors in org.encog.ml.data.specific with parameters of type CSVFormat
CSVNeuralDataSet(String theFilename, int theInputSize, int theIdealSize, boolean theHeaders, CSVFormat theFormat, boolean significance)
          Construct this data set using a comma as a delimiter.
 

Uses of CSVFormat in org.encog.ml.prg
 

Methods in org.encog.ml.prg that return CSVFormat
 CSVFormat EncogProgramContext.getFormat()
           
 

Constructors in org.encog.ml.prg with parameters of type CSVFormat
EncogProgramContext(CSVFormat format)
          Construct a context with the specified number format and an empty function factory.
EncogProgramContext(CSVFormat theFormat, FunctionFactory theFunctions)
          Construct the context with the specified format and function factory.
 

Uses of CSVFormat in org.encog.persist
 

Methods in org.encog.persist with parameters of type CSVFormat
 void EncogWriteHelper.writeProperty(String name, CSVFormat csvFormat)
          Write a property as a CSV format.
 

Uses of CSVFormat in org.encog.util
 

Constructors in org.encog.util with parameters of type CSVFormat
ParamsHolder(Map<String,String> theParams, CSVFormat theFormat)
          Construct the object.
 

Uses of CSVFormat in org.encog.util.csv
 

Fields in org.encog.util.csv declared as CSVFormat
static CSVFormat CSVFormat.DECIMAL_COMMA
          Use a decimal comma, and a semicolon to separate numbers.
static CSVFormat CSVFormat.DECIMAL_POINT
          Use a decimal point, and a comma to separate numbers.
static CSVFormat CSVFormat.EG_FORMAT
          EG files, internally use a decimal point and comma separator.
static CSVFormat CSVFormat.ENGLISH
          Decimal point is typically used in English speaking counties.
 

Methods in org.encog.util.csv that return CSVFormat
 CSVFormat ReadCSV.getFormat()
           
 

Methods in org.encog.util.csv with parameters of type CSVFormat
static double[] NumberList.fromList(CSVFormat format, String str)
          Get an array of double's from a string of comma separated text.
static int[] NumberList.fromListInt(CSVFormat format, String str)
           
static void NumberList.toList(CSVFormat format, int precision, StringBuilder result, double[] data)
           
static void NumberList.toList(CSVFormat format, StringBuilder result, double[] data)
          Convert an array of doubles to a comma separated list.
static void NumberList.toListInt(CSVFormat format, StringBuilder result, int[] data)
           
 

Constructors in org.encog.util.csv with parameters of type CSVFormat
ParseCSVLine(CSVFormat theFormat)
           
ReadCSV(InputStream is, boolean headers, CSVFormat format)
          Construct a CSV reader from an input stream.
ReadCSV(String filename, boolean headers, CSVFormat format)
          Construct a CSV reader from a filename.
 

Uses of CSVFormat in org.encog.util.normalize
 

Methods in org.encog.util.normalize that return CSVFormat
 CSVFormat DataNormalization.getCSVFormat()
           
 

Methods in org.encog.util.normalize with parameters of type CSVFormat
 void DataNormalization.setCSVFormat(CSVFormat csvFormat)
          Set the CSV format to use.
 

Uses of CSVFormat in org.encog.util.normalize.target
 

Constructors in org.encog.util.normalize.target with parameters of type CSVFormat
NormalizationStorageCSV(CSVFormat format, File file)
          Construct a CSV storage object from the specified file.
 

Uses of CSVFormat in org.encog.util.simple
 

Methods in org.encog.util.simple with parameters of type CSVFormat
static void EncogUtility.convertCSV2Binary(File csvFile, CSVFormat format, File binFile, int[] input, int[] ideal, boolean headers)
           
static MLDataSet EncogUtility.loadCSV2Memory(String filename, int input, int ideal, boolean headers, CSVFormat format, boolean significance)
          Load CSV to memory.
static MLDataSet TrainingSetUtil.loadCSVTOMemory(CSVFormat format, String filename, boolean headers, int inputSize, int idealSize)
          Load a CSV file into a memory dataset.
static void EncogUtility.saveCSV(File targetFile, CSVFormat format, MLDataSet set)
           
 



Copyright © 2014. All Rights Reserved.