Skip to content

Venn Diagram should work on features #3991

@BlazZupan

Description

@BlazZupan

Current Venn Diagram widget operates on data instances and shows overlap in data instances for the input data sets. Here we propose to extend this functionality to features. In Orange, several widgets support feature selection and preprocessing, and would be exciting to analyze the similarities and differences of such procedure.

Redesign Venn Diagram according to the proposed sketch. The default selections are marked.

ven-diagram-redesigned

  • When "Rows", the domain of the data sets should match entirely, in features, classes, and meta-features. If it does not, then display error "Input data domains do not match."
  • When "Columns", the set of instances should be equal (sets of instance IDs are the same). If not, error "Data sets do not contain the same instances."
  • "Use identifier" shows a list of string-typed meta-features with the same name present in all input data sets. If there is no such feature, "Use identifier" is disabled, "Use instance equality" is checked and the list box is empty.
  • If "Rows", the output of the widget are rows that correspond to instances selected in the Venn diagram.
  • When comparing columns, use column identifier (not names).

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions