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

Packages that use EncogAnalyst
org.encog.app.analyst.analyze   
org.encog.app.analyst.commands   
org.encog.app.analyst.csv   
org.encog.app.analyst.csv.normalize   
org.encog.app.analyst.csv.process   
org.encog.app.analyst.missing   
org.encog.app.analyst.report   
org.encog.app.analyst.script.normalize   
org.encog.app.analyst.util   
org.encog.app.analyst.wizard   
org.encog.app.generate   
org.encog.app.generate.generators   
 

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.
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.
 

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 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.
 

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

Constructors in org.encog.app.analyst.csv.process with parameters of type EncogAnalyst
AnalystProcess(EncogAnalyst theAnalyst, int theBackwardWindowSize, int theForwardWindowSize)
          Construct the object.
 

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[] DiscardMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
          
 double[] NegateMissing.handleMissing(EncogAnalyst analyst, AnalystField stat)
           
 double[] MeanAndModeMissing.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.
AnalystUtility(EncogAnalyst theAnalyst)
          Construct the analyst utility.
 

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.
 

Uses of EncogAnalyst in org.encog.app.generate
 

Methods in org.encog.app.generate with parameters of type EncogAnalyst
 void EncogCodeGeneration.generate(EncogAnalyst analyst)
          Generate the code from Encog Analyst.
 

Uses of EncogAnalyst in org.encog.app.generate.generators
 

Methods in org.encog.app.generate.generators that return EncogAnalyst
 EncogAnalyst AbstractTemplateGenerator.getAnalyst()
           
 

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