コミットグラフ

58 コミット

作成者 SHA1 メッセージ 日付
Daniel Kapla 9d0f551dc3 final CRAN re-submition (1.0 -> 1.1) changes in DESCRIPTION 2021-03-09 19:24:32 +01:00
Daniel Kapla f641f2132c fix: CRAN submission revision (of 1.0 to 1.1) 2021-03-09 13:27:10 +01:00
Daniel Kapla ac34244094 add: reference paper 2021-03-08 13:49:47 +01:00
Daniel Kapla a419a8cdc7 CRAN submittion 2021-03-08 13:31:13 +01:00
Daniel Kapla c554ae6e9c renamed package (naming conflict with bioconductor) 2021-03-05 18:18:03 +01:00
Daniel Kapla 1454833f7d add: setup LaTeX for JSS 2021-03-05 15:01:03 +01:00
Daniel Kapla 2344120dd9 update: documentation 2021-03-05 14:52:45 +01:00
Daniel Kapla 8e95902e79 fix: some smaller stuff 2021-02-10 19:05:35 +01:00
Daniel Kapla 25b20984d5 fix: predict_dim_cv always failes with dim. missmatch,
add: support for central method in predcit_dim_cv
2021-02-10 18:54:40 +01:00
Daniel Kapla e93bfdda05 fix: cve model.matrix bug 2020-10-21 19:01:05 +02:00
Daniel Kapla ad7ae9eeec add: readme - install from source from within R 2020-09-18 18:07:13 +02:00
Daniel Kapla 05c2aea44a add: multivariate Y (aka projective resampling) 2020-09-17 18:27:31 +02:00
Daniel Kapla 025b9eb2af add: multivariate response to tensorflow wip. 2020-09-11 19:30:35 +02:00
Daniel Kapla 4a950d6df2 add: wip tensorflow implementation 2020-09-11 14:27:23 +02:00
Daniel Kapla 70ceccb599 Merge branch 'master' of https://git.art-ist.cc/daniel/CVE 2020-02-26 16:45:00 +01:00
Daniel Kapla 54b7c9de2d add: Added ensamble CVE (ECVE) capability. 2020-02-26 16:43:57 +01:00
Daniel Kapla 4696620363 fix: some smaller change in the docs 2020-02-26 13:44:53 +01:00
Michael Vesely 1ac3b4c9e6 Fix urls to release files after server upgrade 2020-01-06 10:19:08 +00:00
Daniel Kapla 377b3503ab - fix: README Linux <-> windows link switched 2019-12-20 10:18:47 +01:00
Daniel Kapla 02ca1868ac - add: CVE_0.2 README release links 2019-12-20 10:13:58 +01:00
Daniel Kapla 423ac41d2e - wip: reviewing and fixing doc. 2019-12-20 09:41:27 +01:00
Daniel Kapla 5d3a0ca18d - wip: reviewing and fixing doc. 2019-12-20 09:40:46 +01:00
Daniel Kapla b71898a5bc update: CVE paper,
add: predict_dim doc,
altered method check to avid "may not initialized" warning
2019-12-17 21:43:14 +01:00
Daniel Kapla 8761407cad fix: cayleyTransform memory addressing problem due to int/double pointer cast. 2019-12-17 20:41:57 +01:00
Daniel Kapla e2034c9ff6 rm: notes 2019-12-17 12:08:45 +01:00
Daniel Kapla c437c60e84 - add: simulations,
- wip: README
2019-12-17 12:07:33 +01:00
Daniel Kapla d5cd6075a9 cleanup: removed old and legacy code 2019-12-16 17:40:30 +01:00
Daniel Kapla 9edefe994d - update: doc,
- wip: cleanup,
- update: datasets,
- remove: old code
2019-12-16 17:34:35 +01:00
Daniel Kapla 300fc11f3f fix: momentum bug,
wip: datasets, notes, ...
2019-12-10 08:45:07 +01:00
Daniel Kapla 4b68c245a6 rewrote (C): to use new Gradient formula,
rewrote (C): subroutine interface to use matrix struct
2019-12-05 17:35:29 +01:00
Daniel Kapla 5638821b85 sync: man 2019-11-25 20:51:02 +01:00
Daniel Kapla 6fbffe6d74 change: logger parameters,
fix: gKscale in cve.c to use h^2,
add: user interrupt to cve.c,
updated test und runtime_test to new version
2019-11-25 20:49:43 +01:00
Daniel Kapla 875982a010 fix: R CMD check errors and warnings,
change: extracted util functions into seperate files,
add: C's sum funciton
2019-11-22 09:32:14 +01:00
Daniel Kapla 063c4d638b add: directions, predict,
add: momentum, weighted, slack, ...
fix: estimate.bandwidth, typos, ...
2019-11-20 19:03:21 +01:00
Daniel Kapla 0670bb976e add: explicit unseting openMP lingage for compiling. 2019-10-24 12:20:03 +02:00
Daniel Kapla 10ae55bd81 fix: typos (in Doc comments) 2019-10-22 10:33:41 +02:00
Daniel Kapla 92b1a49d2b fix: Removed openMP compiler flags (clang support, macOS) 2019-10-22 10:29:07 +02:00
Daniel Kapla dea610bcb9 wip: benchmarking,
wip: doc
2019-10-18 09:06:36 +02:00
Daniel Kapla 50302ce18a cleanup 2019-09-25 14:49:12 +02:00
Daniel Kapla 8db5266f8e add: cve_simple pure C implementation. 2019-09-25 13:53:45 +02:00
Daniel Kapla 099079330a fix: benchmark, removed wip 2019-09-16 12:14:32 +02:00
Daniel Kapla 0b2b1b76e6 Improved runtime of pure R grad. 2019-09-16 11:57:10 +02:00
Daniel Kapla 998f8d3568 cleanup 2019-09-16 11:28:06 +02:00
Daniel Kapla 6f46cb2eaf wip: cleanup 2019-09-16 11:23:09 +02:00
Daniel Kapla 03153ef05e del: old CVE implementation 2019-09-16 11:18:20 +02:00
Daniel Kapla 9e46a2d3d7 add: C implementation,
wip: smaller stuff
2019-09-16 11:15:51 +02:00
Daniel Kapla 4d2651fe8a wip: writing C gradient version 2019-09-12 18:42:28 +02:00
Daniel Kapla 47917fe0bd add: to notes,
fix: bottleneck in grad
2019-09-03 20:43:34 +02:00
Daniel Kapla 7d4d01a9a7 add: cve_linesearch,
fix: cleaned and optimized gradient,
add. notes
2019-09-02 21:07:56 +02:00
Daniel Kapla 1c120ec67c fix: cve_simple runs correct,
add: notes
2019-09-02 15:22:35 +02:00