[GRASS-SVN] r31797 - in grass/branches/develbranch_6/lib: . cluster
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 22 03:50:28 EDT 2008
Author: neteler
Date: 2008-06-22 03:50:28 -0400 (Sun, 22 Jun 2008)
New Revision: 31797
Added:
grass/branches/develbranch_6/lib/cluster/clusterlib.dox
Modified:
grass/branches/develbranch_6/lib/grasslib.dox
Log:
doxygen stub added
Added: grass/branches/develbranch_6/lib/cluster/clusterlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/cluster/clusterlib.dox (rev 0)
+++ grass/branches/develbranch_6/lib/cluster/clusterlib.dox 2008-06-22 07:50:28 UTC (rev 31797)
@@ -0,0 +1,8 @@
+/*! \page clusterlib GRASS cluster analysis statistics Library
+
+\section clusterintro Introduction to cluster analysis statistics Library
+
+This library does a k-means style of cluster analysis.
+It is currently only used by i.cluster.
+
+*/
Modified: grass/branches/develbranch_6/lib/grasslib.dox
===================================================================
--- grass/branches/develbranch_6/lib/grasslib.dox 2008-06-22 07:27:36 UTC (rev 31796)
+++ grass/branches/develbranch_6/lib/grasslib.dox 2008-06-22 07:50:28 UTC (rev 31797)
@@ -60,10 +60,11 @@
<li>arraystats: Library of statistics for arrays of doubles - \ref arraystats (new, under development)
<li>bitmap: Bitmap library for X Window Bitmaps - \ref bitmap
<li>btree: Binary tree library - \ref btree
-<li>cairodriver:<a href="http://cairographics.org">Cairo</a> display driver library - \ref cairodriver
+<li>cairodriver: <a href="http://cairographics.org">Cairo</a> display driver library - \ref cairodriver
<li>cdhc: Library for testing normality and exponentiality - \ref cdhc
+<li>cluster: Library for cluster analysis (image processing) - \ref cluster
<li>datetime: DateTime library - \ref datetime
-<li>\ref db: \ref dbmilib
+<li>db: \ref dbmilib
<li>display: \ref displaylib
<li>%driver: Graphics monitor driver
<li>dspf: DSPF libary - \ref dspf (obsolete?)
@@ -92,7 +93,7 @@
<li>vask: Cursor management library - \ref vask
<li>%vector: \ref Vector_Library (GRASS Vector and Direct Graph Library)
</ul>
-<!--<li>image: extra imagery library (mainly still unused) - \ref image3lib-->
+<!--<li>image3: extra imagery library (mainly still unused) - \ref image3lib-->
<!--<li>D: display library - \ref d_displaylib-->
<!--<li>front.end: interface for interactive modules library - \ref frontend-->
More information about the grass-commit
mailing list