<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>CompClust - PCA Eigen Vector Plot</title>
  <link rel="stylesheet" href="/compclust_css" type="text/css"
  	tal:attributes="href compclust_css" />
</head>
<body>
<span id="compclustMenu" tal:replace="structure menu"/>
<div id="compclustBody">
<h1><a href="#instructions">Principal Component Analysis - Display
Basis Vectors</a></h1>
<p>
  <a href="" tal:condition="eigenplot" 
     tal:attributes="href downloadploturl">download</a>
</p>
<hr/>
<!-- map name="graph" id="graph" tal:replace="structure csimap"></map -->
<img tal:attributes="src eigenplot" src="" usemap="#graph" alt="eigen plot"/>
<hr/>
<h1><a name="instructions">Instructions</a></h1>
<p>
This plot shows the eigen (basis) vectors sorted by what percent of
the variance is captured by this eigen vector.
</p>
<p>
The first eigen vector shows the most pronounced trend of the data,
the second shows the second strongest trend, etc.
</p>
</div>
</body>
</html>
