NEWS
bcn 2024-01-28 (2024-01-28)
- Faster C++ implementation
bcn 2024-01-25 (2024-01-25)
- Add
n_clusters
argument to bcn
to specify the number of clusters to be found (for now,
by using k-means clustering)
- Avoid division by zero in scaling the data
bcn 0.5.0
- Change criterion for early stopping to
utils::tail(abs(diff(errors_norm)), 1) >= tol
bcn 0.4.0
- Remove 'direct' method for now
- Improve
verbose
argument in bcn
(now an integer in (0, 1, 2, 3))
bcn 0.3.1
- Remove some dependencies to speed up package's startup
bcn 0.3.0