RelationalSamplerOutput#

class sdm.relational.sampler.RelationalSamplerOutput(task_table: TableTensor, related_tables: RelatedTables[T])#

Relational sampler output.

Parameters:
  • task_table (TableTensor) – The task table.

  • related_tables (RelatedTables[T]) – The related tables for the task table.