Beispiel #1
0
</APPLET>
</NOEMBED>
</EMBED>
</OBJECT>

<!--"END_CONVERTED_APPLET"-->
<?php 
}
print "<h2>MP vote map 2010 parliament</h2>\n";
applet("2010");
print "<h2>MP vote map 2005 parliament</h2>\n";
applet("2005");
print "<h2>MP vote map 2001 parliament</h2>\n";
applet("2001");
print "<h2>MP vote map 1997 parliament</h2>\n";
applet("1997");
?>

</p>

<h2><a name="details">What is cluster analysis?</a></h2>

<p>Cluster analysis is a technique used by scientists who have measured 
comparable features of a set of similar objects, and need to group them 
into categories.  The objects can be anything from homonid skulls, to 
beetles, to fossilized grass seeds.  The features can be forebrow size, 
leg length, or spikiness.  Usually, there are very many features which 
are all compared at once.  They are multiplied and reduced down to one 
single <em>dissimilarity measure</em>.  We invent a formula that 
decides, for example, that this skull is 0.97 skull units different to 
that skull, according to our measure.
Beispiel #2
0
<APPLET  CODE = "mpapplet.class" ARCHIVE = "mpscatt.jar" WIDTH = "700" HEIGHT = "400"></XMP>
    <PARAM NAME = CODE VALUE = "mpapplet.class" >
    <PARAM NAME = ARCHIVE VALUE = "mpscatt.jar" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    <PARAM NAME="scriptable" VALUE="false">
    <PARAM NAME = "posfile" VALUE="lordcoords.txt">
Sun Java 1.4 or above required
</APPLET>
</NOEMBED>
</EMBED>
</OBJECT>

<!--"END_CONVERTED_APPLET"-->
<?php 
}
print "<h2>Lords vote map</h2>\n";
applet();
?>

</p>

<h2><a name="details">What is cluster analysis?</a></h2>

<p>There's an explanation on the <a href="mpsee.php">MP voting record clustering</a> page.</p>


<?php 
pw_footer();
?>

Beispiel #3
0
    <PARAM NAME = ARCHIVE VALUE = "mpscatt.jar" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    <PARAM NAME="scriptable" VALUE="false">
    <PARAM NAME = "posfile" VALUE="divcoords<?php 
    echo $year;
    ?>
.txt">
Sun Java 1.4 or above required
</APPLET>
</NOEMBED>
</EMBED>
</OBJECT>

<!--"END_CONVERTED_APPLET"-->
<?php 
}
print "<h2>Division map</h2>\n";
applet("");
?>

</p>

<h2><a name="details">What is cluster analysis?</a></h2>

<p>There's an explanation on the <a href="mpsee.php">MP voting record clustering</a> page.</p>

<?php 
pw_footer();
?>