From 9ca194c01130bb21965c177fee555efd180140d6 Mon Sep 17 00:00:00 2001 From: damirpolat <31703384+damirpolat@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:55:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20mlr-org/?= =?UTF-8?q?mlr3cluster@25f607bde21b242f70219ae115be3e0ddefb78b3=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authors.html | 4 ++-- pkgdown.yml | 2 +- reference/PredictionClust.html | 13 +++++++------ search.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) 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