Skip to contents

Concatenate multiple TabICLCache objects along the batch dimension.

Usage

tabicl_cache_concat(caches, dim = 1)

Arguments

caches

List of TabICLCache instances.

dim

Integer. Dimension to concatenate along (batch dimension). Default is 1 (R 1-based; corresponds to Python dim 0).

Value

A new TabICLCache with concatenated caches.