NEWS
Thresher 1.1.3 (2019-12-17)
BUG FIXES
- Fixed a bug that appeared when R-4.0.0 cjanged the definition
of the class of a matrix.
Thresher 1.1.0 (2019-03-07)
NEW FEATURES
- Added a "remap" function to match numeric labels across
different cluster assignments.
Thresher 1.0.2 (2018-10-17)
BUG FIXES
- Simulation code works differently on different machines, even
when setting the same seed. The issue can be traced through
reliance on 'mvrnorm"' and 'eigen' to simulate multivariate
normal data. When there are repeated eigenvalues, different
linear alg=ebra routines can (legitimetaly) choose different
orthogonal bases for the correrspsoninf multidimensional
eigenspace. Have tried to refactor the test code so that this
doesn't matter.
MAINTENANCE
- Updated use of S4 class defintions to avod newly deprecated methods.
Thresher 1.0.0
NEW FEATURES
- Initial version. Classes Thresher, Reaper, Auer-Gervini.
BUG FIXES