File: PCA.html

package info (click to toggle)
mldemos 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 32,224 kB
  • ctags: 46,525
  • sloc: cpp: 306,887; ansic: 167,718; ml: 126; sh: 109; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,729 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <title>KPCA</title>
  </head>
  <body>
    <h2>Principal Component Analysis<br>
    </h2>
    Principal component analysis (PCA) performs a linear transformation
    of the coordinate system, so as to maximize the variance of the data
    along the first principal axis of the new coordinate system.<br>
    More information on <a
      href="http://en.wikipedia.org/wiki/Principal_component_analysis">Wikipedia</a>.<br>
    <br>
    <span style="font-weight: bold;">Components Range:</span><br>
    You can choose the number of dimensions after
    projection that you keep (this might be useful to reduce the
    dimensionnality of the dataset for further processing)<br>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=ISO-8859-1">
    Check the
    <b>Components Range</b> box and set the desired dimensions.
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 3.4 (Win32)">
    <style type="text/css">
	<!--
		@page { margin: 2cm }
		P { margin-bottom: 0.21cm }
		P.cjk { font-family: "Times New Roman", serif; font-size: 10pt }
		P.ctl { font-family: "Times New Roman", serif }
	-->
	</style><br>
    <br>
    <span style="font-weight: bold;">Cumulated variance and eigenvalues</span><br
      style="font-weight: bold;">
    The eigenvalues of each eigenvector and the cumulated variance
    explained by the first dimensions.<br style="font-weight: bold;">
    <br>
    <span style="font-weight: bold;">Recontruction error</span><br>
    <br>
    <br>
  </body>
</html>