Haskell Artificial Neural Networking library
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

31 Zeilen
860B

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title></title>
  7. <script src="haddock-util.js" type="text/javascript"></script>
  8. <script type="text/javascript"><!--
  9. /*
  10. The synopsis frame needs to be updated using javascript, so we hide
  11. it by default and only show it if javascript is enabled.
  12. TODO: provide some means to disable it.
  13. */
  14. function load() {
  15. var d = document.getElementById("inner-fs");
  16. d.rows = "50%,50%";
  17. postReframe();
  18. }
  19. --></script>
  20. </head>
  21. <frameset id="outer-fs" cols="25%,75%" onload="load()">
  22. <frameset id="inner-fs" rows="100%,0%">
  23. <frame src="index-frames.html" name="modules" />
  24. <frame src="" name="synopsis" />
  25. </frameset>
  26. <frame src="index.html" name="main" />
  27. </frameset>
  28. </html>