drop_features_without_counts¶
- FrequencyTable.drop_features_without_counts()[source]¶
Drop features that has no counts.
Typically required after dropping samples.
- Return type
Optional[numpy.ndarray]
Drop features that has no counts.
Typically required after dropping samples.
Optional[numpy.ndarray]