mlr-org / mlr3cluster

Cluster analysis for mlr3
https://mlr3cluster.mlr-org.com
GNU Lesser General Public License v3.0
21 stars 6 forks source link

Affinity Propagation queries data twice in train and predict #40

Closed sebffischer closed 10 months ago

sebffischer commented 1 year ago

in the .train() and .predict() method of the learner, task$data() is called twice, which should be avoided.

damirpolat commented 10 months ago

should be fixed now, thanks!