Chris McComb
Chris McComb
Getting started on implementing OPTICS in response to issue #52
The cookbook currently contains four examples, two of which are trivial (matching HTML tags and dates) and two of which are a little more interesting (capturing citation info, removing stopwords)....
From PR #3 > One more allocation can be removed with a breaking change so I haven't included that change here, but the signature of stop_words::get could easily be changed...
Based on recommendation from @AugLuk, we should focus on using [this reference](https://se.mathworks.com/help/matlab/matlab_prog/compatible-array-sizes-for-basic-operations.html) as the standard.
Add function like [MATLAB's `rem`](https://www.mathworks.com/help/matlab/ref/double.rem.html)
Add function like [MATLAB's `setdiff`](https://www.mathworks.com/help/matlab/ref/double.setdiff.html)
Add function like [MATLAB's `setxor`](https://www.mathworks.com/help/matlab/ref/double.setxor.html)
Add function like [MATLAB's `ismember`](https://www.mathworks.com/help/matlab/ref/ismember.html)
Add function like [MATLAB's `ismembertol`](https://www.mathworks.com/help/matlab/ref/ismembertol.html)
Add function like [MATLAB's `uniquetol`](https://www.mathworks.com/help/matlab/ref/uniquetol.html)