Uses of Class
org.encog.app.analyst.EncogAnalyst

Packages that use EncogAnalyst
org.encog.app.analyst.analyze This package contains all if the classes used to analyze data for the analyst. 
org.encog.app.analyst.commands This package contains all of the analyst commands. 
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.normalize This package contains all of the classes used by the analyst to normalize. 
org.encog.app.analyst.missing   
org.encog.app.analyst.report This package contains the classes used to produce a simple report about the analyst file. 
org.encog.app.analyst.script.normalize This package contains the classes used to store information about normalization for the script. 
org.encog.app.analyst.util This package contains basic utilities for the Encog analyst. 
org.encog.app.analyst.wizard This package contains classes used by the Encog Analyst Wizard. 
 

Uses of EncogAnalyst in org.encog.app.analyst.analyze
 

Methods in org.encog.app.analyst.analyze with parameters of type EncogAnalyst
 void PerformAnalysis.process(EncogAnalyst target)
          Perform the analysis.
 

Uses of EncogAnalyst in org.encog.app.analyst.commands
 

Methods in org.encog.app.analyst.commands that return EncogAnalyst
 EncogAnalyst Cmd.getAnalyst()
           
 

Constructors in org.encog.app.analyst.commands with parameters of type EncogAnalyst
Cmd(EncogAnalyst theAnalyst)
          Construct this command.
CmdBalance(EncogAnalyst analyst)
          Construct the balance command.
CmdCluster(EncogAnalyst analyst)
          Construct the cluster 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.
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.
 

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

Methods in org.encog.app.analyst.csv that return EncogAnalyst
 EncogAnalyst TimeSeriesUtil.getAnalyst()
           
 

Methods in org.encog.app.analyst.csv with parameters of type EncogAnalyst
 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.
 

Constructors in org.encog.app.analyst.csv with parameters of type EncogAnalyst
TimeSeriesUtil(EncogAnalyst theAnalyst, boolean includeOutput, List<String> headings)
          Construct the time-series utility.
 

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

Methods in org.encog.app.analyst.csv.normalize with parameters of type EncogAnalyst
 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.
 

Uses of EncogAnalyst in org.encog.app.analyst.missing
 

Methods in org.encog.app.analyst.missing with parameters of type EncogAnalyst
 double[] HandleMissingValues.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] MeanAndModeMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] DiscardMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] NegateMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 

Uses of EncogAnalyst in org.encog.app.analyst.report
 

Constructors in org.encog.app.analyst.report with parameters of type EncogAnalyst
AnalystReport(EncogAnalyst theAnalyst)
          Construct the report.
 

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

Methods in org.encog.app.analyst.script.normalize with parameters of type EncogAnalyst
 int AnalystField.determineMode(EncogAnalyst analyst)
          Determine the mode, this is the class item that has the most instances.
 

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

Constructors in org.encog.app.analyst.util with parameters of type EncogAnalyst
AnalystReportBridge(EncogAnalyst theAnalyst)
          Construct the bridge object.
 

Uses of EncogAnalyst in org.encog.app.analyst.wizard
 

Constructors in org.encog.app.analyst.wizard with parameters of type EncogAnalyst
AnalystWizard(EncogAnalyst theAnalyst)
          Construct the analyst wizard.
 



Copyright © 2011. All Rights Reserved.