pub fn compute_features_table( table: &TableView<'_>, feature_groups: &[FeatureGroup], progress: &impl Fn(u64), ) -> Table
Compute features as a Table.
Table