dataeval.data.selections¶
Provides selection classes for selecting subsets of Computer Vision datasets.
Classes¶
Select indices of a dataset that will equalize the occurrences of all classes. |
|
Select dataset indices based on class labels, keeping only those present in classes. |
|
Selects only the given indices from the dataset. |
|
Limit the size of the dataset. |
|
Sort the dataset indices in order of highest priority data in the embedding space. |
|
Select dataset indices in reverse order. |
|
Select dataset indices in a random order. |