swh:1:snp:3468a425d6936f8836950b3324c1301cf9cb8335

sort by:
Revision Author Date Message Commit Date
8880c68 Use separate copyright file 05 June 2017, 15:54:35 UTC
f059b11 Re-knit README 05 June 2017, 11:45:57 UTC
b2d2915 Remove accent in license 05 June 2017, 09:15:27 UTC
8ef3a46 Bump version 04 June 2017, 23:01:05 UTC
9fd954a Don't check i's length It'll always be one 04 June 2017, 23:00:56 UTC
079fb11 Use GPLv3's text without markdown 04 June 2017, 22:51:56 UTC
217436f Process each configuration row-wise instead of by chunks Slightly better for "pass" error handling. Chunking probably isn't much better in this scenario. 04 June 2017, 20:57:50 UTC
9d33ee2 Don't subset dots for args$dist in pfclust() 04 June 2017, 11:46:59 UTC
6c21d17 Ignore coverage of compute_envelop() 04 June 2017, 10:43:03 UTC
c951f75 Add compute_envelope() i.e. change name of compute_envelop() 03 June 2017, 20:33:34 UTC
8228d38 Move tsclustFamily to its own file 03 June 2017, 20:20:37 UTC
a4b1d70 Update vignette 03 June 2017, 20:15:07 UTC
e1fb7e3 Update documentation of deprecated functionality 03 June 2017, 20:01:05 UTC
ce8b003 Add license file 02 June 2017, 08:02:18 UTC
af5e550 Simplify dba.cpp Default List access returns SEXP 31 May 2017, 22:49:26 UTC
b2baf79 Really flush every 10 iterations in dba.cpp 30 May 2017, 22:23:39 UTC
170dd93 Add symmetric control for fuzzy clustering 30 May 2017, 18:56:50 UTC
45a127b Add error.check to shape_extraction() 30 May 2017, 17:56:44 UTC
a41429a Use only c() to combine results of pf_clust() 27 May 2017, 17:23:10 UTC
bccb1f6 Do not assign config attribute if no preprocessing Avoids copying... 26 May 2017, 20:31:55 UTC
619cc95 Return seeds separately in compare_clusterings() And order results a bit better 26 May 2017, 19:47:29 UTC
3572ebe Adjust shape_extraction()'s code Use Map() 26 May 2017, 17:29:59 UTC
a4aded2 Add ellipsis to shape_extraction() To pass to zscore() 26 May 2017, 16:26:40 UTC
484f23d Use RSpectra::eigs_sym() in shape_extraction() 26 May 2017, 16:18:46 UTC
9967514 Use BEGIN/END_RCPP macros 26 May 2017, 15:45:38 UTC
dd32f4e Use CALLDEFpp define for C++ functions 26 May 2017, 15:07:29 UTC
841faa0 Make config_id first column in compare_clusterings()'s result 25 May 2017, 20:50:46 UTC
b13c2a9 Make misc. adjustments 25 May 2017, 20:32:34 UTC
afdcbb2 Use non-factor config_ids in compare_clusterings() 25 May 2017, 19:45:49 UTC
02833cd Remove reshape2::dcast import 25 May 2017, 13:13:38 UTC
c109903 Specify C++11 requirement 25 May 2017, 11:46:45 UTC
9741910 Switch DTW LBs to C++ 25 May 2017, 11:31:46 UTC
39f9433 Add seeds to results in compare_clulsterings() 25 May 2017, 10:38:08 UTC
31f93dc Flush only every 10 iterations in dba.cpp 25 May 2017, 09:56:45 UTC
47bf365 Adjust vignette's DBA explanation for the C++ version 24 May 2017, 23:48:15 UTC
8b3662c Remove unnecessary header in dba.cpp 24 May 2017, 23:25:23 UTC
b8ce9c4 Implement DBA in C++ 24 May 2017, 22:22:39 UTC
3fcae9c Do not cbind series in GAK() Otherwise a local copy is made 22 May 2017, 20:32:23 UTC
88eeb77 Adjust x32 rds files for DBAv1 with dimnames 21 May 2017, 13:21:20 UTC
ecc8176 Specify in news that new DBA is for multivariate series 21 May 2017, 13:01:14 UTC
2754d88 Implement alternative version of DBA 21 May 2017, 12:45:45 UTC
db7cc11 Change ifelse() to if else where possible 21 May 2017, 10:24:56 UTC
9962d94 Use anyNA() in check_consistency() 21 May 2017, 10:19:01 UTC
ff61397 Fix score handling for return.objects = FALSE in compare_clusterings() 20 May 2017, 00:49:00 UTC
ce441d1 Add setnames_inplace() helper Apparently names<- results in a copy, at least in Windows 19 May 2017, 21:56:37 UTC
5aa65b9 Prevent deep copies in tsclust()'s TADPole 19 May 2017, 21:49:33 UTC
f9b2bda Enclose tsclust()'s default preproc function with .GlobalEnv 19 May 2017, 21:26:09 UTC
7f458d8 Add missing word to tsclust-control's documentation 19 May 2017, 21:10:02 UTC
c7b4d5b Do not set x's names in pfclust() No longer necessary 19 May 2017, 19:45:18 UTC
8af39b2 Export return.objects in compare_clusterings() for foreach() 19 May 2017, 16:53:00 UTC
7c25e47 Drop clustering objects as soon as possible in compare_clusterings() 18 May 2017, 19:56:18 UTC
cb9434f Uncache vignette for CI 18 May 2017, 19:56:06 UTC
b24c181 Add note about attaching the methods package 18 May 2017, 18:56:54 UTC
34cedf2 Move envelope() to dtwclust namespace 17 May 2017, 18:20:00 UTC
f386ef2 Adjust code layout Use Map() instead of mapply() where possible 16 May 2017, 16:50:59 UTC
631b58b Add control classes to internal globals 16 May 2017, 15:34:53 UTC
ba5fddb Change some project defaults 14 May 2017, 20:18:09 UTC
7c91107 Add release question regarding vignette's cache 14 May 2017, 17:16:31 UTC
90809e7 Specify imports for clue, ggplot2 and methods 14 May 2017, 17:13:31 UTC
0a46682 Add headers for compiled code 14 May 2017, 14:44:29 UTC
2848b53 Clean dtw_basic()'s C code 14 May 2017, 11:32:28 UTC
a0929fa Specify base::as.matrix() where needed 14 May 2017, 11:22:30 UTC
f578ea5 Add .errorhandling to compare_clusterings() 13 May 2017, 22:09:03 UTC
4a27933 Update CRAN comments 13 May 2017, 20:13:29 UTC
e61e720 Fix parallel TADPole And make it more verbose during tracing 13 May 2017, 20:02:39 UTC
db1bbaa Adjust code in lower bound functions 13 May 2017, 19:57:23 UTC
d47a621 Drop dependency on caTools package Adjust lower bound functions accordingly 12 May 2017, 18:12:48 UTC
86887a7 Fix envelop(e) error message 12 May 2017, 17:43:29 UTC
fcea00b Allocate gcm for DBA if appropriate in tsclust() 11 May 2017, 19:04:32 UTC
3a3d27c Fix DBA's ellipsis documentation 11 May 2017, 19:04:19 UTC
3f058cc Centralize centroid's consistency checking for tsclust() 11 May 2017, 18:46:57 UTC
cd16c83 Check for DTW symmetry in fuzzy clustering too 10 May 2017, 22:08:00 UTC
ebe7a84 Allocate gcm for DBA in compare_clusterings() And tests 10 May 2017, 19:32:44 UTC
983b0d0 Revert "Add example that prevents expansion in pdc_configs()" This reverts commit 82f5b604b4959ef8055727a9c5520980c17a91e8. 10 May 2017, 19:19:19 UTC
c3d3864 Add gcm parameter to DBA() 10 May 2017, 18:04:56 UTC
e3cefea Add adjust_args() helper 09 May 2017, 20:29:10 UTC
478392e Add error.check to tsclust() 09 May 2017, 20:09:54 UTC
fb7df97 Adjust code in ddist2() 09 May 2017, 20:00:30 UTC
d0861ff Use error-check template in documentation 09 May 2017, 19:55:13 UTC
5ed2ac3 Mention changelog in news file 09 May 2017, 19:50:55 UTC
1ad264f Remove allocate_matrices() Not really needed, parallel workers get their own copy of the matrices 09 May 2017, 18:24:05 UTC
371aefd Deprecate dtwclust() 09 May 2017, 17:54:42 UTC
01d31b1 Add explicit test for FALSE pam.precompute & pam.sparse 09 May 2017, 17:18:21 UTC
1436005 Simplify allocate_matrices() 09 May 2017, 17:09:57 UTC
82f5b60 Add example that prevents expansion in pdc_configs() 09 May 2017, 16:58:07 UTC
2dc66d1 Allocate matrices for dtw_basic and gak in compare_clusterings() 08 May 2017, 21:23:16 UTC
24b89c0 Initialize TSClusters with unique args 08 May 2017, 21:22:08 UTC
9006860 Fix reshape_multivariate()'s name 08 May 2017, 19:45:58 UTC
db00d38 Allocate matrices for dtw_basic and gak in tsclust() 08 May 2017, 19:28:01 UTC
a23eec4 Ignore example scripts in R build 08 May 2017, 17:01:38 UTC
f60e537 Change envelop to envelope Except for the function... 08 May 2017, 16:59:57 UTC
ee2f79f Fix some documentation 08 May 2017, 16:59:35 UTC
6a1b339 Misc. code adjustments 07 May 2017, 18:04:58 UTC
e35ad7c Create Distmat for control in update() 07 May 2017, 16:49:06 UTC
bf7befc Use Distmat RC for easier PAM handling A bit less flexible externally though 07 May 2017, 16:35:04 UTC
763cd21 Adjust code in all_cent2() 07 May 2017, 10:38:47 UTC
594895f Add pam.sparse parameter to partitional_control() And take it into account in tsclust() all_comp.rds changed only because of control 06 May 2017, 23:05:40 UTC
03a6d0a Increase minor instead of patch in version 06 May 2017, 23:04:09 UTC
7f65efe Return SparseDistmat in tsclust() if appropriate 06 May 2017, 22:24:20 UTC
761a889 Use SparseDistmat RC instead of sparse_distmat() closure 06 May 2017, 22:00:27 UTC
back to top