Product#
- class deeptrack.sources.base.Product(_Product__source=[{}], **kwargs)#
Bases:
Source
Class that represents the product of a source with one or more sources.
This class is used to represent the product of a source with one or more sources. When accessed, it returns a deeptrack object that can be passed as properties to features.
The feature can then be called with an item from the source to get the value of the feature for that item.