File: documentation.html

package info (click to toggle)
weka 3.6.14-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 113,028 kB
  • sloc: java: 275,291; xml: 2,633; sh: 64; makefile: 25
file content (62 lines) | stat: -rw-r--r-- 1,863 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
  <head>
    <title>WEKA - Documentation</title>
    <link rel="stylesheet" href="documentation.css"/>
    <link rel="SHORTCUT ICON" href="weka.ico"/>
    <!-- 
      Author:  Fracpete (fracpete at waikato dot ac dot nz)
      Version: $Revision: 1.2 $ 
    -->
  </head>

  <body>
    <div align="center">
    
    <h2>WEKA - Documentation</h2>
    
    <table cellspacing="50">
      <tr>
        <td valign="top" align="center">
          <a href="http://www.cs.waikato.ac.nz/~ml/weka/" target="_blank"><img
            src="weka.gif" border="0" alt="Weka - The bird"/></a>
        </td>
        
        <td valign="top" align="left">
          <table>
            <tr>
              <td><a href="WekaManual.pdf">Weka Manual</a></td>
            </tr>
            <tr>
              <td><a href="doc/index.html">Package Documentation</a></td>
            </tr>
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td><h4>Online resources</h4></td>
            </tr>
            <tr>
              <td><a href="http://www.cs.waikato.ac.nz/~ml/weka/"
                  target="_blank">Weka Homepage</a></td>
            </tr>
            <tr>
              <td><a href="http://weka.wikispaces.com/"
                  target="_blank">WekaWiki</a> (HOWTOs, code snippets,
                etc.)</td>
            </tr>
            <tr>
              <td><a href="http://wiki.pentaho.com/display/DATAMINING/Pentaho+Data+Mining+Community+Documentation"
                     target="_blank">Weka community documentation at Pentaho</a></td>
            </tr>
            <tr>
              <td><a href="http://sourceforge.net/projects/weka"
                  target="_blank">Weka on SourceForge.net</a></td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
    
    </div>
  </body>
</html>