ensozos / Matrix-Profile

A Java library for Matrix Profile
https://ensozos.github.io/Matrix-Profile/
MIT License
19 stars 7 forks source link

broken link in CustomOperations.java #1

Closed barrybecker4 closed 5 years ago

barrybecker4 commented 5 years ago

The javadoc says

However, I get a 404 error when I try to access that URL.

ensozos commented 5 years ago

Thanks for catching that. There is a plan to refactor this class and add documentation For now more information about CustomOperation can be found on dll4j-examples repository NumpyCheatSheat

barrybecker4 commented 5 years ago

I get a 404 error when I try to access https://github.com/deeplearning4j/dl4j-examples/blob/master/nd4jexamples/src/main/java/org/nd4j/examples/numpy_cheatsheat/NumpyCheatSheat.java

ensozos commented 5 years ago

NumpyCheatSheat fixed url

barrybecker4 commented 5 years ago

A fix has been merged.