| Name | Description | Type | Package | Framework |
| AnalystClassItem | Holds a class item for the script. | Class | org.encog.app.analyst.script | HeatonReasearch |
| AnalystClusterCSV | Used by the analyst to cluster a CSV file. | Class | org.encog.app.analyst.csv | HeatonReasearch |
| AnalystError | An error has occured with the Encog Analyst. | Class | org.encog.app.analyst | HeatonReasearch |
| AnalystEvaluateCSV | Used by the analyst to evaluate a CSV file. | Class | org.encog.app.analyst.csv | HeatonReasearch |
| AnalystEvaluateRawCSV | Used by the analyst to evaluate a CSV file. | Class | org.encog.app.analyst.csv | HeatonReasearch |
| AnalystField | Holds a field to be analyzed. | Class | org.encog.app.analyst.script.normalize | HeatonReasearch |
| AnalystFileFormat | enum AnalystFileFormatCSV file formats used by the Encog Analyst. | Class | org.encog.app.analyst | HeatonReasearch |
| AnalystGoal | What is the goal of the Encog Analyst?Enum Constant Summary | Class | org.encog.app.analyst | HeatonReasearch |
| AnalystListener | Reports the progress of the Encog Analyst. | Interface | org.encog.app.analyst | HeatonReasearch |
| AnalystNormalize | Class | org.encog.app.analyst.script.normalize | HeatonReasearch | |
| AnalystNormalizeCSV | Normalize, or denormalize, a CSV file. | Class | org.encog.app.analyst.csv.normalize | HeatonReasearch |
| AnalystNormalizeToEGB | Normalize, or denormalize, a CSV file. | Class | org.encog.app.analyst.csv.normalize | HeatonReasearch |
| AnalystPreprocess | Class | org.encog.app.analyst.script.preprocess | HeatonReasearch | |
| AnalystProcess | Perform many different types of transformations on a CSV. | Class | org.encog.app.analyst.csv.process | HeatonReasearch |
| AnalystProcess | Script holder for Encog Analyst preprocessing. | Class | org.encog.app.analyst.script.process | HeatonReasearch |
| AnalystReport | Produce a simple report on the makeup of the script and data to be analyued. | Class | org.encog.app.analyst.report | HeatonReasearch |
| AnalystReportBridge | Used to bridge the AnalystListerner to an StatusReportable object. | Class | org.encog.app.analyst.util | HeatonReasearch |
| AnalystScript | Holds a script for the Encog Analyst. | Class | org.encog.app.analyst.script | HeatonReasearch |
| AnalystSegregate | Holds all of the segregation targets for a script. | Class | org.encog.app.analyst.script.segregate | HeatonReasearch |
| AnalystSegregateTarget | This class specifies a target for the segregation process. | Class | org.encog.app.analyst.script.segregate | HeatonReasearch |
| AnalystTask | Holds a task in the script. | Class | org.encog.app.analyst.script.task | HeatonReasearch |
| AnalystUtility | Provides an interface to the analyst usually used by other programs. | Class | org.encog.app.analyst.util | HeatonReasearch |
| AnalystWizard | The Encog Analyst Wizard can be used to create Encog Analyst script files from a CSV file. | Class | org.encog.app.analyst.wizard | HeatonReasearch |
| AnalyzedField | This class represents a field that the Encog Analyst is in the process of analyzing. | Class | org.encog.app.analyst.analyze | HeatonReasearch |
| BalanceCSV | Balance a CSV file. | Class | org.encog.app.analyst.csv.balance | HeatonReasearch |
| BaseCachedColumn | A basic cached column. | Class | org.encog.app.analyst.csv.basic | HeatonReasearch |
| BasicCachedFile | Forms the foundation of all of the cached files in Encog Quant. | Class | org.encog.app.analyst.csv.basic | HeatonReasearch |
| BasicFile | Many of the Encog quant CSV processors are based upon this class. | Class | org.encog.app.analyst.csv.basic | HeatonReasearch |
| Cmd | Base class for Encog Analyst commands. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdBalance | Performs the balance command. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdCluster | This command is used to randomize the lines in a CSV file. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdCode | This command is used to generate the binary EGB file from a CSV file. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdCreate | The Encog Analyst create command. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdEvaluate | This class is used to evaluate a machine learning method. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdEvaluateRaw | This class is used to evaluate a machine learning method. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdGenerate | This command is used to generate the binary EGB file from a CSV file. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdNormalize | The normalize command is used to normalize data. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdProcess | This command is used to preprocess a CSV file. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdRandomize | This command is used to randomize the lines in a CSV file. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdReset | Analyst command that allows all properties to be reset to what they were originally loaded from the Encog EGA file. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdSegregate | This command is used to segregate one CSV file into several. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdSet | The set command allows a script to override a property value. | Class | org.encog.app.analyst.commands | HeatonReasearch |
| CmdTrain | Class | org.encog.app.analyst.commands | HeatonReasearch | |
| ConsoleAnalystListener | A console implementation of the Encog Analyst listener. | Class | org.encog.app.analyst | HeatonReasearch |
| ConvertStringConst | Convert several Analyst String to the correct object. | Class | org.encog.app.analyst.util | HeatonReasearch |
| CSVHeaders | Utility class to help deal with CSV headers. | Class | org.encog.app.analyst.util | HeatonReasearch |
| DataField | Holds stats on a data field for the Encog Analyst. | Class | org.encog.app.analyst.script | HeatonReasearch |
| DiscardMissing | Handle missing values by discarding them. | Class | org.encog.app.analyst.missing | HeatonReasearch |
| EncogAnalyst | The Encog Analyst runs Encog Analyst Script files (EGA) to perform many common machine learning tasks. | Class | org.encog.app.analyst | HeatonReasearch |
| ExcludedField | Used internally to track excluded fields from the FilterCSV. | Class | org.encog.app.analyst.csv.filter | HeatonReasearch |
| FieldDirection | Class | org.encog.app.analyst.util | HeatonReasearch | |
| FieldPreprocess | Class | org.encog.app.analyst.script.preprocess | HeatonReasearch | |
| FileData | A column that is based off of a column in a CSV file. | Class | org.encog.app.analyst.csv.basic | HeatonReasearch |
| FilterCSV | This class can be used to remove certain rows from a CSV. | Class | org.encog.app.analyst.csv.filter | HeatonReasearch |
| HandleMissingValues | Interface | org.encog.app.analyst.missing | HeatonReasearch | |
| LoadedRow | A row of a CSV file loaded to memory. | Class | org.encog.app.analyst.csv.basic | HeatonReasearch |
| MeanAndModeMissing | Class | org.encog.app.analyst.missing | HeatonReasearch | |
| NegateMissing | Class | org.encog.app.analyst.missing | HeatonReasearch | |
| NormalizeRange | The normalization range that the Encog Analyst Wizard should use. | Class | org.encog.app.analyst.wizard | HeatonReasearch |
| PerformAnalysis | This class is used to perform an analysis of a CSV file. | Class | org.encog.app.analyst.analyze | HeatonReasearch |
| PredictionType | Class | org.encog.app.analyst.wizard | HeatonReasearch | |
| PreprocessAction | enum PreprocessActionEnum Constant Summary | Class | org.encog.app.analyst.script.preprocess | HeatonReasearch |
| ProcessExtension | Class | org.encog.app.analyst.csv.process | HeatonReasearch | |
| ProcessField | Holds one field for Encog analyst preprocess. | Class | org.encog.app.analyst.script.process | HeatonReasearch |
| PropertyConstraints | Holds constant type information for each of the properties that the script might have. | Class | org.encog.app.analyst.script.prop | HeatonReasearch |
| PropertyEntry | A property entry for the Encog Analyst. | Class | org.encog.app.analyst.script.prop | HeatonReasearch |
| PropertyType | The property types supported for Encog Analyst. | Class | org.encog.app.analyst.script.prop | HeatonReasearch |
| RowComparator | Used to compare two LoadedRow objects. | Class | org.encog.app.analyst.csv.sort | HeatonReasearch |
| ScriptLoad | Used to load an Encog Analyst script. | Class | org.encog.app.analyst.script | HeatonReasearch |
| ScriptOpcode | An opcode, stored in the script. | Class | org.encog.app.analyst.script.ml | HeatonReasearch |
| ScriptProperties | Holds all of the properties for a script. | Class | org.encog.app.analyst.script.prop | HeatonReasearch |
| ScriptSave | Used to save an Encog Analyst script. | Class | org.encog.app.analyst.script | HeatonReasearch |
| SegregateCSV | This class is used to segregate a CSV file into several sub-files. | Class | org.encog.app.analyst.csv.segregate | HeatonReasearch |
| SegregateTargetPercent | Specifies a segregation target, and what percent that target should need. | Class | org.encog.app.analyst.csv.segregate | HeatonReasearch |
| ShuffleCSV | Randomly shuffle the lines of a CSV file. | Class | org.encog.app.analyst.csv.shuffle | HeatonReasearch |
| SortCSV | Used to sort a CSV file by one, or more, fields. | Class | org.encog.app.analyst.csv.sort | HeatonReasearch |
| SortedField | Specifies how a field is to be sorted by SortCSV. | Class | org.encog.app.analyst.csv.sort | HeatonReasearch |
| SortType | Class | org.encog.app.analyst.csv.sort | HeatonReasearch | |
| SourceElement | Class | org.encog.app.analyst.wizard | HeatonReasearch | |
| TimeSeriesUtil | A utility used to breat data into time-series lead and lag. | Class | org.encog.app.analyst.csv | HeatonReasearch |
| WizardMethodType | enum WizardMethodTypeThe machine learning method that the Encog Analyst Wizard should use. | Class | org.encog.app.analyst.wizard | HeatonReasearch |