addCommand(new CmdGenerate(this));
addCommand(new CmdNormalize(this));
addCommand(new CmdRandomize(this));
addCommand(new CmdSegregate(this));
addCommand(new CmdTrain(this));
addCommand(new CmdBalance(this));
addCommand(new CmdSet(this));
addCommand(new CmdReset(this));
addCommand(new CmdCluster(this));
addCommand(new CmdCode(this));
addCommand(new CmdProcess(this));