Understand Variable Descriptors in Orange.data
masterIn Orange.data, every variable is associated with a descriptor that stores its name and properties. Descriptors are used for:
- Converting values between textual formats (files) and internal representations.
- Identifying variables (variables with the same descriptor are considered identical across datasets).
- Converting values between domains (e.g., continuous to discrete) using pre-computed transformations.
Descriptors are typically created automatically when loading data via Table.