SplitType

class audformat.define.SplitType[source]

Split type of table.

Specifies string values representing split types of different tables or misc table. Those string values have to be provided as type argument to audformat.Split. The exact string values are part of the split specifications, and should never be changed by a user.

__eq__()

SplitType.__eq__(value, /)

Return self==value.

DEVELOP

SplitType.DEVELOP = 'dev'

Dev split type.

OTHER

SplitType.OTHER = 'other'

Other split type.

TEST

SplitType.TEST = 'test'

Test split type.

TRAIN

SplitType.TRAIN = 'train'

Train split type.