/**
* Construct the Encog analyst.
*/
public EncogAnalyst() {
addCommand(new CmdCreate(this));
addCommand(new CmdEvaluate(this));
addCommand(new CmdEvaluateRaw(this));
addCommand(new CmdGenerate(this));
addCommand(new CmdNormalize(this));
addCommand(new CmdRandomize(this));
addCommand(new CmdSegregate(this));