sort by:
Revision Author Date Message Commit Date
7e04841 Bug fix related to parallel task creation If there were more cores than tasks, some indices would be empty, and that could potentially result in an error. 12 December 2015, 10:25:57 UTC
d39eaee Parallel support for dtw_lb 10 December 2015, 22:03:06 UTC
4d592cc Parallel support for TADPole Lots of code refactoring 09 December 2015, 19:44:39 UTC
0827c89 Parallel support for distance matrix calculation Also refactored a lot of the code. 08 December 2015, 22:25:45 UTC
7bf74c2 Added option for (possibly parallel) repetitions See the Repetitions section and the corresponding new example. 05 December 2015, 23:06:28 UTC
1125182 Minor class change Slot "proctime" appropriately defined now. 18 November 2015, 20:24:40 UTC
c7788ae Version 1.2.0 (resubmission) Added missing imports and a quick bug fix of TADPole 14 November 2015, 15:41:07 UTC
2c424f8 Version 1.2.0 Final layout adjustments. 14 November 2015, 10:43:14 UTC
edaa77a SBD, DBA and shape_extraction optimizations They should all be a bit faster now. Several other bug fixes included, and more examples in the README. 13 November 2015, 22:44:32 UTC
a3e3fb3 PAM option to prevent pre-computation, custom distance example, improvements Added an example using a custom distance registered with proxy. This was partly to test some related bug fixes. Also using closures instead of relying on environment detection, that way it doesn't matter if data is changed or preprocessed. 12 November 2015, 21:44:25 UTC
5948968 Changed step pattern to symmetric1 within TADPole Euclidean distance is only valid as an upper bound of DTW if the symmetric1 step pattern is used. 11 November 2015, 17:26:00 UTC
1b74b0f Fix missing variable If data is provided through the 'data' argument as a matrix, L was not being calculated. 05 November 2015, 10:26:34 UTC
c128dd5 Final fixes for v1.1.0 12 September 2015, 12:04:42 UTC
3c06416 Further improvements to LBs and DBA Probably release this as v1.1.0 09 September 2015, 21:16:07 UTC
32a9683 Fixed LB Improved and added options to DBA Also checking if DBA can be optimized by pre-allocating matrices. 06 September 2015, 13:43:28 UTC
6b5849d Added more options to the plot method Custom time values and the ability to prevent printing to screen 29 August 2015, 21:35:13 UTC
57c85b0 Finished adjustments for series of different lengths v1.0.0 23 August 2015, 12:33:02 UTC
8c64852 Limited support of time series with different lengths Also optimized some code layout and fixed a couple of bugs. 22 August 2015, 23:58:54 UTC
ac63d78 Added preproc to class definition Also changed default znorm of SBD to FALSE 22 August 2015, 13:30:45 UTC
eebc344 Added support for custom preprocessing Also fixed a bug that could occur when calling custom distance/preprocessing functions. Minor updates and code layout changes. 22 August 2015, 12:35:54 UTC
f8b9a03 Added DBA iterations to dtwclust function The maximum number of allowed iterations for DBA centroids can now be specified when using dtwclust 13 August 2015, 21:10:23 UTC
f9caf72 Incremented max.iter for DBA 12 August 2015, 20:34:20 UTC
3154183 ggplot2 is now a dependency, modified the plot method The plot method can now accept another argument to modify title and axis labels. It also returns the gg object. Some more examples and cleaning too. 05 August 2015, 20:33:07 UTC
bf2c49c Resubmission Added necessary imports and reduced the number of examples being executed 02 August 2015, 11:05:37 UTC
f7d63e8 Initial submission v0.1.0 01 August 2015, 21:00:54 UTC
f137e86 Fixed a window.size bug Now both even and uneven numbers are allowed. Value is rounded just in case a fractional number is provided. 01 August 2015, 18:44:49 UTC
31525d3 Preparation for release - Finished documentation - Added README and other files - Changed the window.size implementations so that it is more consistent - Tested under Linux 01 August 2015, 12:47:12 UTC
117f1d7 Added remaining functions and documentation Lots of examples were also added, some more references and small bugs were fixed along the way. Added some fool-proofing here and there. 30 July 2015, 21:12:31 UTC
2a35f0c Initial commit Basic functionality is present. Proper documentation is missing. Right now the functions that might contain sensible ideas are being ignored. 28 July 2015, 19:55:29 UTC
447f798 :circus_tent: Added .gitattributes & .gitignore files 28 July 2015, 19:45:56 UTC
back to top