powered by
Plots the overlap of membership degrees in a matrix as a function of a threshold.
measure(x, min = 0, max = 1, step = 0.1)
No return value, it plot the overlap as a function of the threshold.
A matrix of membership degrees.
Minimum threshold value for the plot (default is 0).
Maximum threshold value for the plot (default is 1).
Step size for the threshold values (default is 0.1).
membership_matrix <- matrix(runif(20), nrow = 5) measure(membership_matrix, min = 0, max = 1, step = 0.2)
Run the code above in your browser using DataLab