diff --git a/authors.html b/authors.html index 18929e9b..04f75f40 100644 --- a/authors.html +++ b/authors.html @@ -89,7 +89,7 @@

Authors

Citation

Source: DESCRIPTION

-

Pulatov D, Lang M (2023). +

Pulatov D, Lang M (2024). mlr3cluster: Cluster Extension for 'mlr3'. R package version 0.1.8.9000, https://github.com/mlr-org/mlr3cluster, https://mlr3cluster.mlr-org.com. @@ -97,7 +97,7 @@

Citation

@Manual{,
   title = {mlr3cluster: Cluster Extension for 'mlr3'},
   author = {Damir Pulatov and Michel Lang},
-  year = {2023},
+  year = {2024},
   note = {R package version 0.1.8.9000, 
 https://github.com/mlr-org/mlr3cluster},
   url = {https://mlr3cluster.mlr-org.com},
diff --git a/pkgdown.yml b/pkgdown.yml
index 3a517b60..99df8150 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 2.19.2
 pkgdown: 2.0.7
 pkgdown_sha: ~
 articles: {}
-last_built: 2023-12-24T01:54Z
+last_built: 2024-02-04T23:55Z
 urls:
   reference: https://mlr3cluster.mlr-org.com/reference
   article: https://mlr3cluster.mlr-org.com/articles
diff --git a/reference/PredictionClust.html b/reference/PredictionClust.html
index 05741910..8bcb7f33 100644
--- a/reference/PredictionClust.html
+++ b/reference/PredictionClust.html
@@ -191,12 +191,13 @@ 

Examples#> [1] "partition" head(as.data.table(p)) #> row_ids partition -#> 1: 1 1 -#> 2: 2 1 -#> 3: 3 1 -#> 4: 4 1 -#> 5: 5 1 -#> 6: 6 1 +#> <int> <int> +#> 1: 1 2 +#> 2: 2 2 +#> 3: 3 2 +#> 4: 4 2 +#> 5: 5 2 +#> 6: 6 2