tests/testthat/_snaps/mlr_learners_clust_clara.md

predicting errors informatively for unsupported training options

Code
  learner$predict(task)
Condition
  Error:
  ! 
  x Predicting is not supported for `metric = "jaccard"` since
    `clue::cl_predict()` cannot handle it.
  > Class: Mlr3ErrorConfig
Code
  learner$predict(task)
Condition
  Error:
  ! 
  x Predicting requires the medoids, train with `medoids.x = TRUE`.
  > Class: Mlr3ErrorConfig
Code
  learner$predict(task)
Condition
  Error:
  ! 
  x Predicting is not supported for `stand = TRUE` since `clue::cl_predict()`
    ignores the standardization.
  > Class: Mlr3ErrorConfig


Try the mlr3cluster package in your browser

Any scripts or data that you put into this service are public.

mlr3cluster documentation built on Aug. 22, 2026, 1:07 a.m.