Commit Graph

1080 Commits

Author SHA1 Message Date
Davis King 6b400564d0 Added an example program for the empirical_kernel_map.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403352
2010-01-04 02:42:59 +00:00
Davis King b6f926e030 updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403351
2010-01-03 23:23:05 +00:00
Davis King 2b33cfa1b9 Fixed spelling error
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403350
2010-01-03 21:10:36 +00:00
Davis King c9dc149453 updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403349
2010-01-03 19:58:03 +00:00
Davis King e8a859ce56 Changed the style sheet so that it can use the link attribute of the spec_file tag even
when inside an extension tag.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403348
2010-01-03 19:57:21 +00:00
Davis King 8cdb68e855 Added the read_write_mutex object and updated any relevant supporting objects.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403347
2010-01-03 19:30:44 +00:00
Davis King f7dbfabae3 Changed this test to use rmutex since this has a little bit better code coverage.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403346
2010-01-03 19:15:18 +00:00
Davis King 8754d8e6cd Fixed minor typo in spec.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403345
2010-01-02 06:18:03 +00:00
Davis King 13671c964c Fixed grammar.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403344
2010-01-02 06:17:29 +00:00
Davis King d3ecb34d99 Made the spec more clear.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403343
2010-01-01 20:39:11 +00:00
Davis King 1408d57181 Updated the docs regarding get_rect().
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403342
2010-01-01 00:02:20 +00:00
Davis King 7652acce7d Minor change to avoid warning from gcc.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403341
2009-12-31 23:34:01 +00:00
Davis King 6aeead8f64 Removed all the various overloads of get_rect() and replaced them all
with a single generic template.  Not sure why I didn't do this a long
time ago.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403340
2009-12-23 02:22:54 +00:00
Davis King 5bf92d481f updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403339
2009-12-22 17:01:27 +00:00
Davis King e4c7a6fcf8 Added overloads of the randomize_samples() functions that allow
the user to supply a random number generator.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403338
2009-12-22 16:53:28 +00:00
Davis King 7bca0ec67c Made the spec a little more clear.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403337
2009-12-21 02:20:08 +00:00
Davis King db4ac3ea08 Minor code cleanup
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403336
2009-12-20 13:49:29 +00:00
Davis King 47296a7ec3 updated docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403335
2009-12-20 12:29:45 +00:00
Davis King cca87da729 Set svn:eol-style to native and added the discriminant_pca.cpp file to the normal makefile.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403334
2009-12-20 12:27:21 +00:00
Davis King 22ced784a8 Added some missing #includes needed when compiling with visual studio 7.1
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403333
2009-12-19 22:47:40 +00:00
Davis King edd2cb4ffd Added a unit test for the discriminant_pca object and also fixed a few minor bugs
and clarified a few things.  Also added the ability to add discriminant_pca objects
together.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403332
2009-12-19 22:33:59 +00:00
Davis King 3f6e1a6d02 Worked on the discriminant_pca specification more. It is now relatively complete.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403331
2009-12-19 04:21:29 +00:00
Davis King 588909c573 Added some unit tests for the kernel_matrix() functions.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403330
2009-12-19 02:09:19 +00:00
Davis King 87621dd23d updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403329
2009-12-19 01:57:41 +00:00
Davis King 39e1afa193 Moved things around so they are easier to link to the in the docs.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403328
2009-12-19 01:56:18 +00:00
Davis King 5e4625649d updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403327
2009-12-19 01:51:37 +00:00
Davis King d0a7f4cb38 Minor cleanup here and there.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403326
2009-12-19 01:48:14 +00:00
Davis King 8b6a5455e4 I just sorted the list of test files.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403325
2009-12-19 01:19:18 +00:00
Davis King be3765a873 Fixed a compile time bug in the empirical_kernel_map and also added a bunch of unit
tests for this new class.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403324
2009-12-19 01:18:16 +00:00
Davis King 609374bd06 updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403323
2009-12-19 00:26:39 +00:00
Davis King a5ec5963b0 Cleaned up the empirical_kernel_map more. I moved some functionality out of the object and
into a new projection_function class.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403322
2009-12-16 03:07:03 +00:00
Davis King 707c37057f Fixed warning from gcc.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403321
2009-12-16 01:08:39 +00:00
Davis King 75b581b8cb Added a bunch of overloads of the kernel_matrix() function for all the various
combinations of vectors of samples and individual samples.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403320
2009-12-16 01:05:50 +00:00
Davis King 12413f27b0 Fixed bug number 2914467 submitted by Michael Krelin. This bug affected
cookies with certain kinds of data.  The result was invalid data being sent
back to the web browser.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403319
2009-12-15 01:17:50 +00:00
Davis King cbac18f3ee Very minor doc updates. Still need a lot of work.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403318
2009-12-13 23:35:48 +00:00
Davis King ff0e7f6e03 Added a premultiply_projections_by() function to the empirical_kernel_map.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403317
2009-12-13 19:24:19 +00:00
Davis King 5586185562 updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403316
2009-12-13 19:10:28 +00:00
Davis King 4f7551db4b Added an initial version of the discriminant_pca object.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403315
2009-12-13 19:05:24 +00:00
Davis King f7707c11c6 Updated this example so that the output from the -h option listed
the correct name of the program.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403314
2009-12-10 01:03:10 +00:00
Davis King c7e6da5c99 Fixed confusing comment.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403313
2009-12-08 02:10:33 +00:00
Davis King 0e7f3b1600 Updated links
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403312
2009-12-08 01:57:48 +00:00
Davis King 31851907c8 updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403311
2009-12-05 20:11:00 +00:00
Davis King 11944d0f05 Found more places that confusingly refer to general basis vectors
as support vectors.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403310
2009-12-05 20:10:15 +00:00
Davis King ea67271ac2 Made some comments more clear
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403309
2009-12-05 20:01:22 +00:00
Davis King afc622bf62 updated docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403308
2009-12-05 19:23:54 +00:00
Davis King 6a2839a290 Made comment slightly more clear.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403307
2009-12-05 19:23:29 +00:00
Davis King 140243f275 Added a missing check for division by zero.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403306
2009-12-05 19:07:20 +00:00
Davis King 09606b95d5 updated the docs
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403305
2009-12-05 18:57:14 +00:00
Davis King a8f52bda5d Added some missing #includes
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403304
2009-12-05 18:56:58 +00:00
Davis King 62876d4cc6 Polished the empirical_kernel_map some more.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403303
2009-12-05 18:46:43 +00:00