HarikalarKutusu/cv-tbox-dataset-analyzer

[FR] Add cross-split graphs

HarikalarKutusu opened this issue · 1 comments

This needs special handling of the data...

  • We have algorithms
  • We have splits
  • We have columns

Alternative-1:

  • Column values in splits will be y-axis values
  • X-axis will be two levels: Major: Algorithm, Minor: Split

Alternative-2:

  • Create a new table
  • Column values in splits will be y-axis values
  • X-axis will be a new columns in the new table "algorithm-split"

Implemented a crosstab function and added more fields to control content.