aniketkt / TomoEncoders

Feature extraction for X-ray Tomographic data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable indexing of features using a string.

aniketkt opened this issue · comments

Store feature_names as a list of strings, use a function that returns data based on string input. Something like:

patches = patches.get_features(['z2_mean', 'z2_std'])

Added a features_to_numpy() method to Patches.