Dongryeol Lee
3aebcbddf9
quick fix to account for dataset permutation
2008-01-01 20:49:24 +00:00
Dongryeol Lee
c947e3749c
range search with serialization finished
2007-12-31 22:14:02 +00:00
Dongryeol Lee
e066709974
currently saves the permuted matrix dataset, but need to figure out how apply permutation
2007-12-31 04:08:06 +00:00
Dongryeol Lee
36750e4335
tree saving/loading supported
2007-12-31 03:41:43 +00:00
tqlong
5adec194e8
2007-12-30 16:46:50 +00:00
vasiloglou
dffbf8bacd
added all the neccessary files with the appropriate modifications
2007-12-27 18:05:25 +00:00
vasiloglou
39019fbc45
This package works
2007-12-27 16:45:13 +00:00
vasiloglou
98022526d6
everything is running !!!
2007-12-27 16:03:48 +00:00
vasiloglou
127485f6a3
all running, a small correction in the copy constructor needed
2007-12-27 05:17:50 +00:00
vasiloglou
6075f88b28
fixed the copy constructor
...
but basic operations still now running
2007-12-24 21:58:14 +00:00
vasiloglou
0bb26f0db5
allmost running, most of the test except for basic operations are running
2007-12-24 21:37:29 +00:00
vasiloglou
089f88cba2
eigensolver works
2007-12-24 18:40:14 +00:00
vasiloglou
9620dad823
Eventually working, links with all blas libraries and the headers have been corrected
2007-12-21 20:45:38 +00:00
vasiloglou
8c150b8764
changed Epetra_ConfigDefs so it looks for Epetra_config.h in the same directory
2007-12-21 16:24:37 +00:00
vasiloglou
5bc67c5733
now it links with comples blaslapack so that everything works perfeclty with trilinos
2007-12-21 16:18:37 +00:00
vasiloglou
e7a69d9c3b
Added complex routines for blas lapack but they compile as a separate library
...
so that it doesn't slow down applications that do not need complex routines
2007-12-21 16:14:36 +00:00
vasiloglou
23c7b63547
added ifpack that does the factorizations that are going to be implemented
...
later
2007-12-20 20:35:24 +00:00
vasiloglou
86769dadcd
implemented the rest of the multiplication. I also need to implement
...
cholesky and LU factorization
2007-12-20 20:34:33 +00:00
vasiloglou
1300e42cd3
added the clapack and cblas definitions in the la namespace so that they do not conflict with trilinos
2007-12-20 19:00:22 +00:00
vasiloglou
35f3e1a1d4
some minor corrections to the headers
2007-12-20 17:10:08 +00:00
vasiloglou
6a2cc23661
Compiles but it doesn't link because our blas library is missing
...
complex functionality
2007-12-20 17:09:30 +00:00
vasiloglou
ad86872105
added more functionality
...
I have to fix some errors for eigenvalues
2007-12-20 02:57:48 +00:00
gmravi2003
b533a52fa0
fully working regression code. TRake care of permutations of regression values now
2007-12-19 21:33:28 +00:00
gmravi2003
beb7923462
2007-12-19 20:09:11 +00:00
gmravi2003
9b1aaa7808
build file
2007-12-19 20:07:30 +00:00
gmravi2003
42ddcc0fb2
working code
2007-12-19 20:04:58 +00:00
gmravi2003
4a6c952c21
buggy regression code. faults at tree construction
2007-12-19 20:02:49 +00:00
gmravi2003
5c775fe6fc
regression code sligtly buggy. faults at tree construction
2007-12-19 20:01:48 +00:00
gmravi2003
2baf6ca798
buggy regression code. Segfaults during tree formation
2007-12-19 19:47:14 +00:00
gmravi2003
d0cb2ea821
regression code. slightly buggy
2007-12-19 19:40:31 +00:00
gmravi2003
24dbf55d52
Buggy code. Trying to incoporate the order of permutation of the regression estimates
2007-12-19 19:35:53 +00:00
gmravi2003
cb34625c0a
Perfectly working code
2007-12-18 04:33:05 +00:00
abhimanyu
658f038f43
2007-12-17 18:05:50 +00:00
abhimanyu
f4d2bd0131
Changes:
...
1. tree is being stored in the database with tree info stored in master.
2. the id and data orderings are consistent and this has been checked.
3. SQLInterface class has been added.
2007-12-17 17:51:33 +00:00
abhimanyu
75b919b10f
This checkpoint introduces median computation into the system.
2007-12-17 17:49:32 +00:00
abhimanyu
7d9a1348dc
2007-12-17 17:31:50 +00:00
abhimanyu
28a2fe0db0
2007-12-17 17:26:59 +00:00
abhimanyu
be4bc6a1b9
2007-12-17 17:24:22 +00:00
abhimanyu
fe34bc3609
2007-12-17 17:21:53 +00:00
abhimanyu
12938cacda
2007-12-17 17:21:25 +00:00
Garry Boyer
62c4d8516a
DO NOT CHECK IN LARGE FILES
2007-12-17 16:57:05 +00:00
gmravi2003
d6ced80251
Still buggy. Transformation is no working in regression.h
2007-12-17 15:13:15 +00:00
tekhnofiend
0cb0a6d4dc
updated fmri sign sger
2007-12-17 07:50:56 +00:00
vasiloglou
63a563ea48
This one is perfectly running
2007-12-17 03:41:38 +00:00
gmravi2003
c762db1daf
This code is buggy. Looks like the inversion is not happening properly
2007-12-16 23:55:01 +00:00
vasiloglou
2e7ff679aa
removed a binary file that was accidently checked in
2007-12-16 23:37:00 +00:00
vasiloglou
1f50d173d7
This is the first check in of the trilinos package
2007-12-16 23:35:51 +00:00
tekhnofiend
4b34c2da19
added fMRI sign SGER
2007-12-16 00:04:36 +00:00
Dongryeol Lee
77f6807142
Separated naive kde implementation into separate file
2007-12-14 18:06:12 +00:00
vasiloglou
7430f187a9
added einvalues but it is not 100% functional yet
2007-12-13 20:15:37 +00:00