traveler.IndexedTable#

class traveler.IndexedTable(index_array, table, store=None)[source]#

Bases: object

Indexing of the choosers table

Initialize the IndexedTable with an index array and a table.

Parameters:
  • index_array (jax.numpy.ndarray) – An array of indices to index into the table.

  • table (JaxTable) – The table to index into.

Attributes#

table_name

Get the name of the table.