The function update_atom_features is already available in the file hydragnn\preprocess\utils.py.
Therefore, there is no need to have a re-implementation as method inside the class abstractrawdataset.
The function stratified_sampling is a general functionality, and its use it not restricted to only datasets created with the class abstractrawdataset.
The function
update_atom_features
is already available in the filehydragnn\preprocess\utils.py
. Therefore, there is no need to have a re-implementation as method inside the classabstractrawdataset
.The function
stratified_sampling
is a general functionality, and its use it not restricted to only datasets created with the classabstractrawdataset
.