Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BalanceCSV.analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the data.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
BasicFile.getFormat() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
LoadedRow(CSVFormat csvFormat,
double[] d,
int extra) |
Modifier and Type | Method and Description |
---|---|
void |
FilterCSV.analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the file.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
ProcessExtension.getFormat() |
Modifier and Type | Method and Description |
---|---|
void |
AnalystProcess.analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the neural network.
|
Constructor and Description |
---|
ProcessExtension(CSVFormat theFormat) |
Modifier and Type | Method and Description |
---|---|
void |
SegregateCSV.analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the input file.
|
Modifier and Type | Method and Description |
---|---|
void |
ShuffleCSV.analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the neural network.
|
Modifier and Type | Method and Description |
---|---|
void |
SortCSV.process(File inputFile,
File outputFile,
boolean headers,
CSVFormat format)
Process, and sort the files.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
AnalystScript.determineFormat()
Determine the output format.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalystField.addRawHeadings(StringBuilder line,
String prefix,
CSVFormat format)
Add headings for a raw file.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
ScriptProperties.getPropertyCSVFormat(String name)
Get a property as a format.
|
Modifier and Type | Method and Description |
---|---|
static CSVFormat |
ConvertStringConst.convertToCSVFormat(AnalystFileFormat af)
Convert an analyst format to a csv format.
|
Constructor and Description |
---|
CSVHeaders(File filename,
boolean headers,
CSVFormat format)
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
void |
YahooDownload.loadAllData(String ticker,
File output,
CSVFormat outputFormat,
Date from,
Date to)
Load all data.
|
Modifier and Type | Method and Description |
---|---|
void |
NinjaStreamWriter.open(String filename,
boolean theHeaders,
CSVFormat theFormat)
Open the file for output.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoFloatDataSet.loadCSV(String filename,
boolean headers,
CSVFormat format,
int[] input,
int[] ideal) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
CSVNeuralDataSet.getFormat() |
Constructor and Description |
---|
CSVNeuralDataSet(String theFilename,
int theInputSize,
int theIdealSize,
boolean theHeaders,
CSVFormat theFormat,
boolean significance)
Construct this data set using a comma as a delimiter.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
NormalizationHelper.getFormat() |
Modifier and Type | Method and Description |
---|---|
void |
NormalizationHelper.setFormat(CSVFormat format) |
Constructor and Description |
---|
CSVDataSource(File file,
boolean headers,
CSVFormat format)
Construct a CSV source from a filename.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
EncogProgramContext.getFormat() |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EncogWriteHelper.writeProperty(String name,
CSVFormat csvFormat)
Write a property as a CSV format.
|
Constructor and Description |
---|
ParamsHolder(Map<String,String> theParams,
CSVFormat theFormat)
Construct the object.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CSVFormat |
ReadCSV.getFormat() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ParseCSVLine(CSVFormat theFormat) |
ReadCSV(File file,
boolean headers,
CSVFormat format)
Construct a CSV reader from a filename.
|
ReadCSV(InputStream is,
boolean headers,
CSVFormat format)
Construct a CSV reader from an input stream.
|
ReadCSV(String filename,
boolean headers,
CSVFormat format) |
Modifier and Type | Method and Description |
---|---|
CSVFormat |
DataNormalization.getCSVFormat() |
Modifier and Type | Method and Description |
---|---|
void |
DataNormalization.setCSVFormat(CSVFormat csvFormat)
Set the CSV format to use.
|
Constructor and Description |
---|
NormalizationStorageCSV(CSVFormat format,
File file)
Construct a CSV storage object from the specified file.
|
Modifier and Type | Method and Description |
---|---|
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.