SyntheticDataColumnProperties

Properties that define how a specific data column should be handled during synthetic data generation, including its name, type, and role in predictive modeling.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the data column as it appears in the dataset.

Link copied to clipboard

The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.

Link copied to clipboard

Indicates if this column contains predictive values that should be treated as target variables in machine learning models. This affects how the synthetic data generation preserves statistical relationships.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String