The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
predict() reproduces them.predict()
round-trip.G = "auto" is now computed from the single-linkage
merge sequence of the overlap matrix regardless of the fitting linkage
(the previous Ward-height gaps were unreliable); its limits (range
2:(K-1), spurious suggestions on structureless data) are
documented.variant = "HeEC" crashed on univariate data;
plot(fit, what = "tree") failed for K = 2;
Inf values slipped past validation into cryptic downstream
errors (MergeKmeans, predict, chooseK); overlap_map()
crashed on missing values; predict() silently propagated
NA.init = "kmeans++" is the new default initialization of
the K-means restarts (Arthur & Vassilvitskii, 2007), stabilizing the
large-K component solutions on which the merging is built;
init = "random" restores the previous behavior.start argument: MergeKmeans() can now
merge a partition computed by any external engine (a kmeans
object, a ClusterR-style list, or a bare label vector), skipping its own
K-means step entirely. This removes the single-threaded
stats::kmeans ceiling for very large datasets.G = "auto" cuts the merge tree at the largest gap in
merge heights (also available in recut()); when no
G/omega.star is supplied the fit-time message
now reports the suggested G.K = NULL (new default) selects the number of components
automatically via chooseK().chooseK() now reports and marks a recommended
K (one grid step beyond the detected elbow) and gained a
cores argument.cores argument forks the K-means restarts via the
parallel package (POSIX systems).tidy(), glance(), and
augment() methods are registered when broom is loaded.omega.star with Ward’s linkage is now an error (it
previously warned and returned a degenerate unmerged partition).recut(),
chooseK(), pairwise_overlap(), and
print/summary/plot/predict methods.MixSim::overlap() and by independent Monte Carlo
simulation; the paper’s illustrative examples and pen-digits application
reproduced.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.