Modifier and Type | Method and Description |
---|---|
void |
PerformAnalysis.process(EncogAnalyst target)
Perform the analysis.
|
Modifier and Type | Method and Description |
---|---|
EncogAnalyst |
Cmd.getAnalyst() |
Constructor and Description |
---|
Cmd(EncogAnalyst theAnalyst)
Construct this command.
|
CmdBalance(EncogAnalyst analyst)
Construct the balance command.
|
CmdCluster(EncogAnalyst analyst)
Construct the cluster command.
|
CmdCode(EncogAnalyst analyst)
Construct this generate command.
|
CmdCreate(EncogAnalyst theAnalyst)
Construct the create command.
|
CmdEvaluate(EncogAnalyst theAnalyst)
Construct the evaluate command.
|
CmdEvaluateRaw(EncogAnalyst analyst)
Construct an evaluate raw command.
|
CmdGenerate(EncogAnalyst analyst)
Construct this generate command.
|
CmdNormalize(EncogAnalyst theAnalyst)
Construct the normalize command.
|
CmdProcess(EncogAnalyst analyst)
Construct the randomize command.
|
CmdRandomize(EncogAnalyst analyst)
Construct the randomize command.
|
CmdReset(EncogAnalyst analyst)
Construct the reset command.
|
CmdSegregate(EncogAnalyst analyst)
Construct the segregate command.
|
CmdSet(EncogAnalyst analyst)
Construct the set command with the analyst.
|
CmdTrain(EncogAnalyst analyst)
Construct the train command.
|
Modifier and Type | Method and Description |
---|---|
EncogAnalyst |
TimeSeriesUtil.getAnalyst() |
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.
|
void |
AnalystClusterCSV.process(File outputFile,
int clusters,
EncogAnalyst theAnalyst,
int iterations)
Process the file and cluster.
|
Constructor and Description |
---|
TimeSeriesUtil(EncogAnalyst theAnalyst,
boolean includeOutput,
List<String> headings)
Construct the time-series utility.
|
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.
|
static double[] |
AnalystNormalizeCSV.extractFields(EncogAnalyst analyst,
CSVHeaders headers,
ReadCSV csv,
int outputLength,
boolean skipOutput)
Extract fields from a file into a numeric array for machine learning.
|
Constructor and Description |
---|
AnalystProcess(EncogAnalyst theAnalyst,
int theBackwardWindowSize,
int theForwardWindowSize)
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
double[] |
HandleMissingValues.handleMissing(EncogAnalyst analyst,
AnalystField stat) |
double[] |
DiscardMissing.handleMissing(EncogAnalyst analyst,
AnalystField stat) |
double[] |
NegateMissing.handleMissing(EncogAnalyst analyst,
AnalystField stat) |
double[] |
MeanAndModeMissing.handleMissing(EncogAnalyst analyst,
AnalystField stat) |
Constructor and Description |
---|
AnalystReport(EncogAnalyst theAnalyst)
Construct the report.
|
Modifier and Type | Method and Description |
---|---|
int |
AnalystField.determineMode(EncogAnalyst analyst)
Determine the mode, this is the class item that has the most instances.
|
Constructor and Description |
---|
AnalystReportBridge(EncogAnalyst theAnalyst)
Construct the bridge object.
|
AnalystUtility(EncogAnalyst theAnalyst)
Construct the analyst utility.
|
Constructor and Description |
---|
AnalystWizard(EncogAnalyst theAnalyst)
Construct the analyst wizard.
|
Modifier and Type | Method and Description |
---|---|
void |
EncogCodeGeneration.generate(EncogAnalyst analyst)
Generate the code from Encog Analyst.
|
Modifier and Type | Method and Description |
---|---|
EncogAnalyst |
AbstractTemplateGenerator.getAnalyst() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateGenerator.generate(EncogAnalyst analyst)
Generate the template based on Encog Analyst script.
|
void |
AbstractTemplateGenerator.generate(EncogAnalyst theAnalyst)
Generate based on the provided Encog Analyst.
|
Copyright © 2014. All Rights Reserved.