.. _auto_curves_get_regularization_error: *GET REGULARIZATION ERRORR* =========================== Computes the regularization error between a set of base curves and their corresponding digitized curves. Use this worker to quantify how closely a digitized or approximated curve matches the original reference, producing a per-pair error dataset for downstream analysis or quality checks. When to use ----------- Classification: **process**. Tagged: ``"``, ``]``, ``_``, ``a``, ``c``, ``d``, ``e``, ``g``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Base Curve - base_curves - vector - — - ✓ - One or more reference (base) curves against which the digitized curves are compared; each curve should be a vector of (x, y) pairs representing the ground-truth shape. * - Digitized Curves - digitized_curves - vector - — - ✓ - One or more digitized or approximated curves to be evaluated; must correspond positionally to the base curves supplied in base_curves. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Error - cgre - dataset - Dataset containing the regularization error for each base/digitized curve pair — typically a table of error metrics (e.g., RMS or point-wise deviation) indexed by curve pair. Disciplines ----------- - data.correlation - data.curve.pair - data.statistics Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=curves_get_regularization_error `_ .. raw:: html

Auto-generated from transformation schema. Worker id: curves_get_regularization_error. Schema hash: 636591d0662f. Hand-curated docs in workerexamples/ override this page when present.