Uses of Class
org.encog.app.analyst.commands.Cmd

Packages that use Cmd
org.encog.app.analyst   
org.encog.app.analyst.commands   
 

Uses of Cmd in org.encog.app.analyst
 

Methods in org.encog.app.analyst with parameters of type Cmd
 void EncogAnalyst.addCommand(Cmd cmd)
          Add a command.
 

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

Subclasses of Cmd in org.encog.app.analyst.commands
 class CmdBalance
          Performs the balance command.
 class CmdCluster
          This command is used to randomize the lines in a CSV file.
 class CmdCode
          This command is used to generate the binary EGB file from a CSV file.
 class CmdCreate
          The Encog Analyst create command.
 class CmdEvaluate
          This class is used to evaluate a machine learning method.
 class CmdEvaluateRaw
          This class is used to evaluate a machine learning method.
 class CmdGenerate
          This command is used to generate the binary EGB file from a CSV file.
 class CmdNormalize
          The normalize command is used to normalize data.
 class CmdProcess
          This command is used to preprocess a CSV file.
 class CmdRandomize
          This command is used to randomize the lines in a CSV file.
 class CmdReset
          Analyst command that allows all properties to be reset to what they were originally loaded from the Encog EGA file.
 class CmdSegregate
          This command is used to segregate one CSV file into several.
 class CmdSet
          The set command allows a script to override a property value.
 class CmdTrain
          This command is used to perform training on a machine learning method and dataset.
 



Copyright © 2014. All Rights Reserved.