subrela.records module

Tools for handling scores of feature subsets.

Functions

add_features(s, features)

Add features to records.

from_arrays(flags, scores[, features])

Make records of feature subsets from flags and scores.

integrate(s1, s2)

Integrate two records of feature subsets.

iterate_missing(s)

Iterate missing feature subsets.

n_missing(s)

Get the number of missing feature subsets.

remove_features(s, features)

Remove features from records.