Closed AntonisZks closed 2 weeks ago
Thank you for Issuing this @AntonisZks , I will get right on it
I implemented the subclasses of DataVector, that will help us read the new datasets. They can be found in the file BQDataVectors.h
in the directory
include/DataStructures/DataVector/BQDataVector.h
I am still considering enhancing the classes with more methods. If the need arises further in development I will add them.
Since we are dealing with a different type of data, I suggest we extend our existed
DataVector
class to be compatible with the current state of the project. Specifically, what I suggest is creatiing two new classes,BaseDataVector
andQueryDataVector
that both are sub-classes of the mainDataVector
class.According to the dataset website
BaseDataVector
class will have two extra attributes:QueryDataVector
class will have four extra attributes:The resulted classes should look somthing like the following:
and
@StavrosJKw can you work on this? Any other suggestion about this topic is accepted.