Commit Graph

24 Commits

Author SHA1 Message Date
459f65cd64 Initial revision.
[SVN r59253]
2010-01-24 16:42:02 +00:00
d9efcc6b6d Updated per Olaf's suggestions
[SVN r54484]
2009-06-28 23:04:50 +00:00
728dd94ed7 Updated to only use 'operator <'
[SVN r54417]
2009-06-27 23:11:33 +00:00
1a11c579d6 Intial checkin of 'clamp' algorithm
[SVN r54414]
2009-06-27 19:53:55 +00:00
40de115990 Changed the name of the functions to match the ones in n2666 (and C++0x)
[SVN r52886]
2009-05-10 23:16:59 +00:00
e9c9685fe9 Documentation updates and new Doxyfile; new unit test and minor fix;
moved minmax_macro; new example.


[SVN r52655]
2009-04-28 19:57:54 +00:00
3f2bbf41d2 fix the names of some of the copy_backward algs
[SVN r47891]
2008-07-30 18:07:45 +00:00
96b01e6b78 Removed dead code.
[SVN r47728]
2008-07-23 17:14:19 +00:00
be4198014c find_if_not() sequence algorithm
[SVN r47725]
2008-07-23 15:53:23 +00:00
1419ba6c1e More Algorithms
[SVN r47198]
2008-07-07 22:09:00 +00:00
dfa98ffb0d Initial check-in of transform_if()
[SVN r46785]
2008-06-27 18:10:44 +00:00
3aea2b6a78 Fixed tests
[SVN r46599]
2008-06-22 02:11:09 +00:00
a3c3cf4933 iota algorithm from SGI STL
[SVN r46527]
2008-06-19 16:52:24 +00:00
ce9ce4ce81 Fixed typos
[SVN r45876]
2008-05-28 19:23:28 +00:00
e9f8e116d3 Initial checkin of apply() and apply_if() / BoostCon 2008
library-in-a-week


[SVN r45589]
2008-05-20 20:56:13 +00:00
003a58264f Algorithms from BoostCon 'Library in a week'
[SVN r45440]
2008-05-16 18:14:08 +00:00
7850e71c9e Moving cluster dir to project specific location in repo.
[SVN r45238]
2008-05-09 01:43:15 +00:00
fe73f86604 Fixed bug w/ eps data type.
Added size() to cluster_data.



[SVN r45235]
2008-05-08 22:36:19 +00:00
64d219039e Created detail subdir.
Moved naive query function into its own header file in detail subdir.
Added header for Yuan Ming Chen's k_means algorithm implementation.



[SVN r45228]
2008-05-08 20:36:49 +00:00
cdf58b4785 Added some concept checking, and renamed a few template parameters.
[SVN r45227]
2008-05-08 20:05:46 +00:00
c91fe00184 Moved the cluster_data template into its own header.
Cleaned up the code slightly, and added some doc comments.



[SVN r45221]
2008-05-08 17:40:52 +00:00
51751da0fd Initial cut at dbscan clustering algorithm.
[SVN r45219]
2008-05-08 17:09:19 +00:00
9ce62e48bf add missing #include
[SVN r3643]
2007-02-05 05:56:57 +00:00
e82315742a minmax_macro v0.1
[SVN r3105]
2006-07-24 20:31:01 +00:00