Base class for Encog Analyst commands. This class defines the properties sent to a command.
コード例 #1
0
 /// <summary>
 /// Add a command.
 /// </summary>
 ///
 /// <param name="cmd">The command to add.</param>
 public void AddCommand(Cmd cmd)
 {
     _commands[cmd.Name] = cmd;
 }
コード例 #2
0
ファイル: EncogAnalyst.cs プロジェクト: neismit/emds
 public void AddCommand(Cmd cmd)
 {
     this._xc8e5edc888efe6f5[cmd.Name] = cmd;
 }