home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / InteractiveBook_Files / Examples / Chapter7 / LVQ / 1 summary.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  583 b   |  21 lines

  1. //
  2. // This macro creates the standard linear regression breadboard
  3. //
  4. subtitleTextBox. setText ("")
  5. mainTextBox. setText ("")
  6. //
  7. //  Record here if necessary
  8. //
  9.  
  10. //
  11. // fill in text
  12. //
  13. TextBoxPath = macro. pathFromMacro("textBox.txt")
  14. NextMacroPath = macro. pathFromMacro ( "..\minimize.nsm" )
  15. nextButton. setMacroPath ( NextMacroPath )
  16. CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
  17. cancelButton. setMacroPath ( CancelMacroPath)
  18. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
  19. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
  20.  
  21.