Ejemplo n.º 1
0
 /// <summary>
 ///     The entry point for this example.  If you would like to make this example
 ///     stand alone, then add to its own project and rename to Main.
 /// </summary>
 /// <param name="args">Not used.</param>
 public static void ExampleMain(string[] args)
 {
     {
         HopfieldAssociateHebbian program = new HopfieldAssociateHebbian();
         program.Run();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     The entry point for this example.  If you would like to make this example
 ///     stand alone, then add to its own project and rename to Main.
 /// </summary>
 /// <param name="args">Not used.</param>
 public static void ExampleMain(string[] args)
 {
     {
         var program = new HopfieldAssociateHebbian();
         program.Run();
     }
 }