RCS Log: Cluster3.C,v 1.12 1996/05/23 20:36:37


RCS file: RCS/Cluster3.C,v
Working file: Cluster3.C
head: 1.12
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 12;	selected revisions: 12
description:
----------------------------
revision 1.12
date: 1996/05/23 20:36:37;  author: pwalker;  state: Exp;  lines: +3 -3
Changed grow to just BufferWidth, since it factors in a stepsize for
ya!
----------------------------
revision 1.11
date: 1996/05/17 18:12:58;  author: pwalker;  state: Exp;  lines: +42 -29
Addeed manish's rank change in 2D and handle special case of
BufferWidth = 0.
----------------------------
revision 1.10
date: 1996/05/06 21:17:39;  author: pwalker;  state: Exp;  lines: +18 -8
Fixed a serious bug with stepsizes which was really screwing things
up!
----------------------------
revision 1.9
date: 1996/05/03 16:49:58;  author: pwalker;  state: Exp;  lines: +17 -10
Fixed a bufferwidht problem, and also check for 0 points.
----------------------------
revision 1.8
date: 1996/04/18 01:53:55;  author: pwalker;  state: Exp;  lines: +2 -2
Fixed gdroc x-ref
----------------------------
revision 1.7
date: 1996/04/18 01:52:02;  author: pwalker;  state: Exp;  lines: +84 -219
Took out the "main" and updated the comments.
----------------------------
revision 1.6
date: 1996/04/16 21:54:37;  author: pwalker;  state: Exp;  lines: +58 -42
Learned a nasty lesson about the sloppy $@!# C++ compiler on SGI's.
----------------------------
revision 1.5
date: 1996/03/27 16:41:05;  author: pwalker;  state: Exp;  lines: +275 -64
Working 2-D and 3-D clusterer.  But the *are* slow...
----------------------------
revision 1.4
date: 1996/03/25 20:38:11;  author: pwalker;  state: Exp;  lines: +158 -150
Works, but henry gave me some ideas for real optimizations...
----------------------------
revision 1.3
date: 1996/03/25 05:26:12;  author: pwalker;  state: Exp;  lines: +13 -4
Compiles, but doesn't work too well...
----------------------------
revision 1.2
date: 1996/03/25 04:18:34;  author: pwalker;  state: Exp;  lines: +24 -173
Read the Berger and Rigoutous paper (grin)
----------------------------
revision 1.1
date: 1996/03/25 04:13:04;  author: pwalker;  state: Exp;
Initial revision
=============================================================================

RCS Log version Cluster3.C,v 1.12 1996/05/23 20:36:37
pwalker@ncsa.uiuc.edu