Microclasses

To visualize the microclasses and their similarities, one can compute a microclass heatmap:

/$ qumin action=heatmap data=<dataset.package.json>

This will compute patterns, then the heatmap. To pass pre-computed patterns, pass the patterns computation metadata path:

/$ qumin action=heatmap patterns=<path/to/metadata.json> data=<dataset.package.json>

It is also possible to pass class labels to facilitate comparisons with another classification:

/$ qumin action=heatmap label=inflection_class patterns=<path/to/metadata.json> data=<dataset.package.json>

The label key is the name of the column in the Paralex lexemes table to use as labels.

For a full list of heatmap options, please refer to the heatmap page.