ImportanceAddedWrapper¶
- class axtreme.data.importance_dataset.ImportanceAddedWrapper(data_dataset: Dataset[T_co], importance_dataset: Dataset[T_co])¶
Bases:
StackDataset[Tuple[T_co, …]]Thin wrapper makes the method for creating the dataset more explicit, and ensure order and type of output.
- __init__(data_dataset: Dataset[T_co], importance_dataset: Dataset[T_co]) None¶
Ensures the StackDataset is created as a tuple regardless of the way args are passed.
Methods
__init__(data_dataset, importance_dataset)Ensures the StackDataset is created as a tuple regardless of the way args are passed.
Attributes
datasets