Package website: release | dev
Cluster analysis for mlr3.
mlr3cluster is an extension package for cluster analysis within the mlr3 ecosystem. It is a successor of clustering capabilities of mlr2.
Install the last release from CRAN:
install.packages("mlr3cluster")
Install the development version from GitHub:
# install.packages("pak") pak::pak("mlr-org/mlr3cluster")
The current version of mlr3cluster contains:
Also, the package is integrated with mlr3viz which enables you to create great visualizations with just one line of code!
library(mlr3) library(mlr3cluster) task = tsk("usarrests") learner = lrn("clust.kmeans") learner$train(task) prediction = learner$predict(task = task)
Check out the blogpost for a more detailed introduction to the package. Also, mlr3book has a section on clustering.
If you have any questions, feedback or ideas, feel free to open an issue here.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4