High-Performance Open-Source Archive
clust.flexmix: Finite mixture model clustering from the
flexmix package.clust.genie: Genie hierarchical clustering from the
genieclust package.clust.kcca: K-centroids cluster analysis from the
flexclust package, supporting k-means, k-medians, spherical, Jaccard,
and extended Jaccard families.clust.movMF: Von Mises-Fisher mixture clustering from
the movMF package.clust.skmeans: Spherical k-means clustering from the
skmeans package.clust.som: Self-organizing maps from the kohonen
package.clust.stdbscan: ST-DBSCAN spatio-temporal clustering
from the stdbscan package (#83).clust.tclust: Robust trimmed clustering from the tclust
package.clust.avg_between: Average between-cluster
distance.clust.avg_within: Average within-cluster distance.clust.davies_bouldin: Davies-Bouldin index.clust.dunn2: Alternative Dunn index using average
distances.clust.entropy: Cluster size distribution entropy.clust.pearsongamma: Pearson Gamma correlation between
distances and cluster membership.clust.wb_ratio: Within/between distance ratio.clust.agnes,
clust.diana, clust.fanny, and
clust.pam now expose keep.diss and
keep.data, clust.clara and
clust.kproto expose keep.data, and
clust.ap exposes includeSim, all initialized
to FALSE. Set the respective parameter to TRUE
to restore the previous behavior.clust.ch,
clust.dunn, and clust.wss are now computed
natively instead of relying on fpc::cluster.stats(). The
fpc package is no longer a hard dependency.clust.cobweb, clust.em,
clust.ff, clust.SimpleKMeans, and
clust.xmeans now declare the missings
property, since Weka handles missing attribute values natively.clust.diana gains the stop.at.k parameter
from cluster::diana().clust.em drops the exclusive property and
clust.MBatchKMeans drops fuzzy. Use the
prob predict type to select learners with soft
memberships.mlr3cluster is now added to
mlr_reflections$loaded_packages to fix errors when using
the package in parallel.as_prediction_clust.data.frame() no longer errors with
unused argument (with = FALSE) when given a plain
data.frame.clust.cmeans now reports a proper error message when an
invalid weights value is given instead of failing with a
type error.clust.cmeans, clust.kkmeans, and
clust.kmeans now accept a matrix of initial cluster centers
for the centers parameter, matching the upstream
functions.clust.cobweb now declares the hierarchical
property instead of partitional, and
clust.meanshift declares density instead of
partitional.clust.dbscan, clust.dbscan_fpc,
clust.hdbscan, and clust.optics now declare
the partial property instead of complete,
since these algorithms can leave observations unassigned (noise points
labeled 0).clust.featureless now returns prob
predictions whose most probable cluster matches the predicted
partition, with cluster column names consistent with the
other learners supporting the prob predict type.clust.silhouette now returns NaN instead
of 0 when all observations belong to a single cluster,
since the silhouette width is undefined for k < 2.clust.clara from the
cluster package.clust.kproto
from the clustMixType package.clust.specc from
the kernlab package.LearnerClustDBSCANfpc now correctly passes the
newdata argument in the predict method.LearnerClustKKMeans now correctly passes kernel
parameters via the kpar list to
kernlab::kkmeans().clust.silhouette measure now has the correct range
of [-1, 1].Mlr3Error and Mlr3Warning classes
for errors and warnings.cluster_selection_epsilon parameter to
HDBSCAN learner and initialize minPts to 5.ruspini dataset.usarrests task.PredictionClust.assignments and save_assignments
fields to LearnerClust class.
Need mirroring services?
Contact our team at info@vpspulse.com.
Mirror powered by VPSpulse
Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.