instancelib.typehints.typevars module

class instancelib.typehints.typevars.CT

The Type of the context

alias of TypeVar(‘CT’)

class instancelib.typehints.typevars.DT

The Type of the data point

alias of TypeVar(‘DT’)

class instancelib.typehints.typevars.KT

The Key Type of the Dataset (mostly int for Primary Keys, but strings are also possible)

alias of TypeVar(‘KT’)

class instancelib.typehints.typevars.LMT

The Type of the label matrix

alias of TypeVar(‘LMT’)

class instancelib.typehints.typevars.LT

The Type of the labels

alias of TypeVar(‘LT’)

class instancelib.typehints.typevars.LVT

The Type of the encoded label vector

alias of TypeVar(‘LVT’)

class instancelib.typehints.typevars.MT

The Type of the matrix

alias of TypeVar(‘MT’)

class instancelib.typehints.typevars.PMT

The Type of the encoded probability matrix

alias of TypeVar(‘PMT’)

class instancelib.typehints.typevars.PVT

The Type of the encoded probability vector

alias of TypeVar(‘PVT’)

class instancelib.typehints.typevars.RT

The Type of the representation of the data point

alias of TypeVar(‘RT’)

class instancelib.typehints.typevars.VT

The Type of the vector

alias of TypeVar(‘VT’)