genieclust
1.2.0 on CRAN and PyPI¶
A new release of genieclust
: Fast and robust
hierarchical clustering with noise point detection was published on
CRAN and
PyPI.
See the package homepage for more details.
Changelog:
[Python and R] Using the new implementation of Euclidean and mutual reachability minimum spanning trees (quite fast in low dimensional spaces) from the
quitefastmst
package.[Python and R] [BACKWARD INCOMPATIBILITY]
mlpack
is not used anymore.[Python] [BACKWARD INCOMPATIBILITY] Seeking approximate near-neighbours with
nmslib
is no longer supported directly (the package has not been updated for a while).[Python]
MSTClusterMixin(BaseEstimator, ClusterMixin)
: A base class for Genie, GIc, and other MST-based clustering algorithms.[Python] [BACKWARD INCOMPATIBILITY]
Genie
andGIc
:affinity
was renamedmatrix
.