holgerteichgraeber / TimeSeriesClustering.jl

Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
MIT License
82 stars 22 forks source link

Add documentation on testing #112

Open holgerteichgraeber opened 5 years ago

holgerteichgraeber commented 5 years ago

Add a short documentation on testing in test/runtest.jl to make future additions to the set of tests easier for other users.