|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CSVFormat | |
|---|---|
| org.encog.app.analyst.csv | This package contains all of the classes for directly working with CSV files, used by the analyst. |
| org.encog.app.analyst.csv.balance | This package contains the classes used to balance CSV files. |
| org.encog.app.analyst.csv.basic | This package contains the basic subclasses for all of the CSV handling done by the Encog analyst. |
| org.encog.app.analyst.csv.filter | This package contains all of the classes used by the analyst to filter. |
| org.encog.app.analyst.csv.normalize | This package contains all of the classes used by the analyst to normalize. |
| org.encog.app.analyst.csv.segregate | This package contains all of the classes used to segregate, by the analyst. |
| org.encog.app.analyst.csv.shuffle | This package contains all of the classes used by the analyst to shuffle. |
| org.encog.app.analyst.csv.sort | This package contains all of the classes used by the analyst to sort. |
| org.encog.app.analyst.script | |
| org.encog.app.analyst.script.normalize | This package contains the classes used to store information about normalization for the script. |
| org.encog.app.analyst.script.prop | This package contains all of the property classes for the script. |
| org.encog.app.analyst.util | This package contains basic utilities for the Encog analyst. |
| org.encog.app.quant.loader.yahoo | This package contains the Yahoo Finance loader. |
| org.encog.app.quant.ninja | This package contains the Ninjatrader package. |
| org.encog.ml.data.buffer.codec | This package contains classes used to encode/decode from the EGB format. |
| org.encog.ml.data.specific | This package contains data classes to get data from specific locations. |
| 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 |
AnalystClusterCSV.analyze(EncogAnalyst theAnalyst,
File inputFile,
boolean headers,
CSVFormat format)
Analyze the data. |
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. |
| 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.getInputFormat()
|
CSVFormat |
BasicFile.getOutputFormat()
|
| 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. |
void |
BasicFile.setOutputFormat(CSVFormat theOutputFormat)
|
| 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 |
AnalystNormalizeCSV.analyze(File inputFilename,
boolean expectInputHeaders,
CSVFormat inputFormat,
EncogAnalyst theAnalyst)
Analyze the file. |
void |
AnalystNormalizeCSV.setSourceFile(File file,
boolean headers,
CSVFormat format)
Set the source file. |
| 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.determineInputFormat(String sourceID)
Determine the input format for the specified file. |
CSVFormat |
AnalystScript.determineOutputFormat()
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.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.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 | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||