Dongryeol Lee
68cc90f279
Removed the print statements.
2011-02-03 22:07:36 +00:00
Dongryeol Lee
959d847247
Turned off tracking for GeneralBinarySpaceTree to avoid subtle bugs in boost serialization/mpi.
2011-02-03 22:05:49 +00:00
Bill March
f935d9fb13
fixed casting error in fastica, changed isnan and isinf to std:isnan, std::isinf in kde
2011-02-03 19:53:11 +00:00
Dongryeol Lee
8d67411d89
Getting into the subtable test.
2011-02-03 17:31:08 +00:00
Bill March
ce28ba626e
added boost 1.45.0 to Boost_ADDITIONAL_VERSIONS
2011-02-02 22:04:22 +00:00
Dongryeol Lee
b133f63f66
I think the leaf size now should be uniform across all MPI processes for distributed algorithms, so I fixed it.
2011-02-02 18:35:18 +00:00
James Cline
01eb566b29
Added the option to enable or disable bounds checking in armadillo for fastlib-stl.
...
To disable bounds checking:
cmake -DDEBUG=OFF ...
make
To enable bounds checking:
cmake -DDEBUG=ON ...
make
2011-02-02 17:17:33 +00:00
Ryan Curtin
028c0cac4c
Ack, I forgot that I had added this line
2011-02-02 17:02:18 +00:00
Ryan Curtin
7868bd67a0
Don't crash out when mlpack_contrib.a does not exist
2011-02-02 16:59:13 +00:00
Dongryeol Lee
93aa7409c2
Changed so that the cache size is somewhat constrained per process.
2011-02-02 16:55:59 +00:00
Ryan Curtin
4e82dfd1d5
Disable compilation of methods that require sparse because sparse support is essentially nonexistent.
2011-02-01 19:38:02 +00:00
Ryan Curtin
15795bd1be
Change fourier_expansion to std:: and armadillo components (not tested, but it compiles)
2011-02-01 19:33:18 +00:00
Ryan Curtin
b682a44858
Update NNSVM methods to use std:: and armadillo components (not tested, but it compiles)
2011-02-01 19:09:43 +00:00
Ryan Curtin
e764af62e8
This file isn't actually even used. Remove it.
2011-02-01 19:09:30 +00:00
Ryan Curtin
895ddaed86
Some fixes that I missed in series_expansion (now KDE should compile fine, but again is untested)
2011-02-01 18:56:05 +00:00
James Cline
3a47821be9
Cleaned up and optimized naive_bayes a bit.
...
Refactored code into separate header and implementation files.
Updated some documentation.
Removed some unecessary variables and uses less memory.
Should be slightly faster than trunk now.
2011-02-01 18:43:09 +00:00
Ryan Curtin
8d56cdfefe
Last of KDE methods converted to std:: and armadillo components (not tested)
2011-02-01 17:48:39 +00:00
Ryan Curtin
f40c8ca823
Convert original IFGT methods to armadillo and std:: components (not tested)
2011-02-01 17:47:01 +00:00
Ryan Curtin
ad3c9b9784
Check in converted dualtree KDE method file that I missed (not tested)
2011-02-01 17:46:05 +00:00
Ryan Curtin
31f55714b7
Convert FGT-KDE methods to armadillo and std:: components (not tested)
2011-02-01 17:44:58 +00:00
Ryan Curtin
c1e64c77b3
Convert FFTKde methods to armadillo and std:: components (not tested)
2011-02-01 17:43:43 +00:00
Ryan Curtin
7720a3b311
Update all dualtree KDE methods to use armadillo and std:: components (not tested -- only compiled).
2011-02-01 17:38:03 +00:00
Ryan Curtin
1289246ccd
Change KDE utility classes to use armadillo and std:: components
2011-02-01 17:35:03 +00:00
Dongryeol Lee
39b9ecee41
Kd-tree added in the test mix, plus now attempts to split everytime until the number of points is below the threshold.
2011-02-01 16:56:21 +00:00
Dongryeol Lee
e50a8dfcd6
Optimized so that new_from_old mappings are not sent for subtables.
2011-02-01 04:46:47 +00:00
Dongryeol Lee
8063d2651e
Bug fix in the ball bound random point generation.
2011-02-01 03:24:51 +00:00
Ryan Curtin
4b1404e1fd
Update naive_kde to use armadillo and std:: components
2011-01-31 19:21:07 +00:00
Ryan Curtin
5d64805dd1
Update promixity_project code (which some MLPACK methods have a dependency on) to use armadillo and std:: components
2011-01-31 19:19:33 +00:00
Ryan Curtin
4e98f49684
Update series_expansion methods to use armadillo and std:: components.
2011-01-31 19:16:13 +00:00
houyang
6bd0293fa2
Hua Ouyang
2011-01-31 14:01:43 +00:00
Dongryeol Lee
b1ff01e7fa
I will continue after dinner.
2011-01-30 23:32:34 +00:00
Dongryeol Lee
6540aff56f
More comments.
2011-01-30 20:56:47 +00:00
Dongryeol Lee
25c3c31b8d
Minor edits.
2011-01-30 20:21:03 +00:00
Dongryeol Lee
b268a9e225
Further proof-reading.
2011-01-30 19:29:54 +00:00
Dongryeol Lee
8fd562e348
Adding a new script.
2011-01-30 01:44:41 +00:00
Dongryeol Lee
73044f9f9f
Back to parallel.
2011-01-29 23:59:48 +00:00
Dongryeol Lee
d7c2f0a874
More work.
2011-01-29 23:26:54 +00:00
Dongryeol Lee
99379feb1f
Minor bug fix.
2011-01-29 17:19:26 +00:00
Dongryeol Lee
481af6733a
Back to distributed tripletree, my secret weapon.
2011-01-29 16:40:55 +00:00
Dongryeol Lee
05c09772b1
Adding distributions.
2011-01-29 16:26:47 +00:00
Dongryeol Lee
549b46c397
I will continue tomorrow.
2011-01-29 04:48:45 +00:00
Dongryeol Lee
8317e1cc4e
More documentation.
2011-01-29 04:03:22 +00:00
Ryan Curtin
05448678b8
Test checkin
2011-01-28 23:12:33 +00:00
Ryan Curtin
58670e68f6
Formatting pickiness changes from gcolon7's r6924
2011-01-28 23:08:12 +00:00
Ryan Curtin
7bb657af51
Test checkin from ryan to see if anonymous checkins are really allowed now
2011-01-28 22:55:53 +00:00
(no author)
4fe6fe7ef0
changed fastlib files using Math::Pow to std::pow and std::sqrt
2011-01-28 21:16:41 +00:00
(no author)
85319ce4da
Changed contrib files using Math::Pow to std::pow and std::sqrt
2011-01-28 21:09:51 +00:00
(no author)
a39d9ba49a
More documentation added.
2011-01-28 20:51:06 +00:00
(no author)
de71c181ba
converted general_type_bounds.h to using std::pow
2011-01-28 20:48:57 +00:00
(no author)
95cba1d383
Added support for cmath in fastlib.h
...
Changed all math::Pow<1,2> calls in mvu_objectives to std::sqrt
2011-01-28 20:37:36 +00:00