diff --git a/404.html b/404.html index 42974570..be169c7f 100644 --- a/404.html +++ b/404.html @@ -14,11 +14,11 @@ - - + + - +
. Copyright holder, funder. +
. Copyright holder, funder.
Hvitfeldt E, Bodwin K (2024). tidyclust: A Common API to Clustering. -R package version 0.2.1, https://tidyclust.tidymodels.org/, https://github.com/tidymodels/tidyclust. +R package version 0.2.2, https://tidyclust.tidymodels.org/, https://github.com/tidymodels/tidyclust.
@Manual{, title = {tidyclust: A Common API to Clustering}, author = {Emil Hvitfeldt and Kelly Bodwin}, year = {2024}, - note = {R package version 0.2.1, https://tidyclust.tidymodels.org/}, + note = {R package version 0.2.2, https://tidyclust.tidymodels.org/}, url = {https://github.com/tidymodels/tidyclust}, }
CRAN release: 2024-06-17
CRAN release: 2024-02-28
These cluster specification functions are used to specify the type of model you want to do. These functions work in a similar fashion to the model specification function from parsnip.
These functions are the generics that are supported for specifications created with tidyclust.
Once the cluster specification have been fit, you are likely to want to look at where the clusters are and which observations are associated with which cluster.
These metrics use the fitted clustering model to extract values denoting how well the model works.
Functions to allow multiple cluster specifications to be fit at once.
Dials objects.