DATASET RECONSTRUCT BILINEAR CURVE¶
Reconstructs a bilinear curve from a dataset containing piecewise-linear curve data, optionally renaming the output column. Use this worker when you need to rebuild or approximate a two-segment linear curve representation from tabular curve columns.
When to use¶
Classification: process.
Tagged: bilinear, curve_reconstruction, dataset, piecewise_linear, transform.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Dataset With Columns | dataset_1 | dataset | — | Input dataset containing the curve data columns (x/y pairs or equivalent) to be used for bilinear reconstruction; optional if downstream defaults apply. | |
| New Column Name | new_column_name | scalar | — | String label to assign to the reconstructed bilinear curve column in the output dataset; leave blank to retain the original column name. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Datataset | drbc_dataset | dataset | Output dataset containing the reconstructed bilinear curve, with the column renamed according to new_column_name if provided. |
Disciplines¶
- data.curve.transform
- data.dataset.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=dataset_reconstruct_bilinear_curve
Auto-generated from transformation schema. Worker id: dataset_reconstruct_bilinear_curve. Schema hash: e2fb2dbbd0f9. Hand-curated docs in workerexamples/ override this page when present.