<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel X. Pape &#187; Projects</title>
	<atom:link href="http://dpape.com/b/category/projects/feed" rel="self" type="application/rss+xml" />
	<link>http://dpape.com/b</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 15 Feb 2010 22:44:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>clusutils, &#8220;clustering utilities&#8221;</title>
		<link>http://dpape.com/b/clusutils.html</link>
		<comments>http://dpape.com/b/clusutils.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:43:15 +0000</pubDate>
		<dc:creator>dpape</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://dpape.com/b/?p=42</guid>
		<description><![CDATA[ The Clusutils package contains two programs to assist researchers in their study of data clustering algorithms. The clusgen program generates artificial data sets. These sets are designed to have distinct clusters. The algorithms used in generating the data are based on the work done by Milligan in [1]. The cluscomp program compares partitions of [...]]]></description>
			<content:encoded><![CDATA[<p> The Clusutils package contains two programs to assist researchers in their study of data clustering algorithms. The clusgen program generates artificial data sets. These sets are designed to have distinct clusters. The algorithms used in generating the data are based on the work done by Milligan in [1]. The cluscomp program compares partitions of a data set, and returns an index (between plus/minus 1) which is a measure of the correspondence of the partitions with each other. The comparison algorithms used are based on algorithms described by Hubert and Arabie in [2].</p>
<p>The programs in the Clusutils package are written from scratch in Standard C++ in order to provide portable, optimized versions. There are original FORTRAN and DOS implementations of the algorithms above available on the web but they suffer from non-portability and low dimensionality restrictions.</p>
<p><a href="http://clusutils.sourceforge.net/">See more information.</a></p>
<p>References</p>
<p>1. Milligan, Glenn W. An Algorithm for Generating Artificial Test Clusters. Psychometrica, 50(1):123-127, 1985.</p>
<p>2. Hubert, Lawrence and Arabie, Phipps. Comparing Partitions. Journal of Classification, 2:193-218, 1985. </p>
]]></content:encoded>
			<wfw:commentRss>http://dpape.com/b/clusutils.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cMap, &#8220;category map&#8221;</title>
		<link>http://dpape.com/b/cmap.html</link>
		<comments>http://dpape.com/b/cmap.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 08:53:11 +0000</pubDate>
		<dc:creator>dpape</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://dpape.com/b/?p=37</guid>
		<description><![CDATA[cMap is an implementation of a special neural network known as a Self-Organizing Map (SOM). cMap discovers clusters and categories within document datasets for which the internal structure is not known. These categories are then displayed in a three-dimensional graphical fashion, to allow the user to explore and browse the dataset. See more Information.
]]></description>
			<content:encoded><![CDATA[<p>cMap is an implementation of a special neural network known as a Self-Organizing Map (SOM). cMap discovers clusters and categories within document datasets for which the internal structure is not known. These categories are then displayed in a three-dimensional graphical fashion, to allow the user to explore and browse the dataset. <a href="http://www.bucho.org/prog/cmap/">See more Information.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dpape.com/b/cmap.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

