C# (CSharp) Encog.App.Analyst.Commands Namespace

Classes

Name Description
Cmd Base class for Encog Analyst commands. This class defines the properties sent to a command.
CmdBalance
CmdCluster
CmdCreate The Encog Analyst create command. This command is used to create a Machine Learning method.
CmdEvaluate This class is used to evaluate a machine learning method. Evaluation data is provided and the ideal and actual responses from the machine learning method are written to a file.
CmdEvaluateRaw This class is used to evaluate a machine learning method. Evaluation data is provided and the ideal and actual responses from the machine learning method are written to a file.
CmdGenerate This command is used to generate the binary EGB file from a CSV file. The resulting file can be used for training.
CmdNormalize The normalize command is used to normalize data. Data normalization generally maps values from one number range to another, typically to -1 to 1.
CmdRandomize
CmdReset
CmdSegregate
CmdSet
CmdTrain This command is used to perform training on a machine learning method and dataset.