We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f42e1 commit 1b5babeCopy full SHA for 1b5babe
1 file changed
src/dsp/mths.clj
@@ -92,7 +92,7 @@
92
93
;; ## Reading data
94
;;
95
-;; The MTHS dataset stores signals and labels as [NumPy](https://en.wikipedia.org/wiki/NumPy) `.npy` files. Each subject has two files:
+;; The MTHS dataset stores signals and labels as [NumPy](https://numpy.org/) `.npy` files. Each subject has two files:
96
97
;; - `signal_X.npy`: RGB [time series](https://en.wikipedia.org/wiki/Time_series) (3 channels × time samples)
98
;; - `label_X.npy`: Ground truth measurements
0 commit comments