powered by
Transform a membership degree matrix into logical matrix by threshold.
degree2logical(x, t = min(apply(x, 1, max)))
A matrix of membership degree.
The threshold to assign over.