ManikSource
- class coba.environments.ManikSource
Load a manik dataset.
Constructors
- __init__(source: str | Source[Iterable[str]]) None
Instantiate a ManikSource.
- Parameters:
source – The data source. Accepts either a string representing the source location or another Source.
Methods
- read() Iterable[Sparse]
Read and parse the manik source.
Attributes
- params
Parameters describing the manik source.