instancelib.environment.text module
- class instancelib.environment.text.TextEnvironment(dataset, labelprovider)[source]
Bases:
MemoryEnvironment[MemoryTextInstance[KT,VT],Union[KT,UUID],str,VT,str,LT],Generic[KT,VT,LT]- Parameters:
dataset (
InstanceProvider[TypeVar(InstanceType, bound= Instance[Any, Any, Any, Any]),TypeVar(KT),TypeVar(DT),TypeVar(VT),TypeVar(RT)]) –labelprovider (
LabelProvider[TypeVar(KT),TypeVar(LT)]) –