yaw.options.CountMode#
- class yaw.options.CountMode(value)[source]#
Bases:
StrEnumPossible values for parameter
mode.- nn#
Weighted pair counts (default).
- nk#
Weighted pair counts (left) and weighted kappa/scalar (right) counts.
- kn#
Weighted kappa/scalar (left) and weighted pair counts (right) counts.
- kk#
Weighted kappa/scalar counts.
Note
Methods omitted here, all string methods should be inherited.