allow instant raster predict/transform in Fit Classifier/Transformer algorithms

Issue #1006 closed
Andreas Janz created an issue

Currently, transforming a raster (e.g. using PCA) requires the execution of two algorithms: Fit and Transform.

It is proposed to allow the (optional) selection of a raster layer in the Fit algorithm. The fitted transformer is then directly applied to that raster.

The same should be implemented for classifiers (and later regressors, after regression is overhauled).

Comments (6)

  1. Andreas Janz reporter

    Decided to not implement this, but to implement a shortcut for applying models in the DataViews panel, see #1030.

  2. Log in to comment