tests/testthat/_snaps/mlr_learners_clust_dbscan_fpc.md

predicting errors informatively when trained with seeds = FALSE

Code
  learner$predict(task)
Condition
  Error:
  ! 
  x Predicting requires seed points, train with `seeds = TRUE`.
  > Class: Mlr3ErrorConfig
Code
  learner$predict(task)
Condition
  Error:
  ! 
  x Predicting is not supported for `scale = TRUE` since `fpc:::predict.dbscan()`
    ignores the scaling.
  > 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.