nbreakpoints {FuzzySTs} | R Documentation |
Calculates the number of breakpoints of a numerical matrix of alpha-cuts
Description
Calculates the number of breakpoints of a numerical matrix of alpha-cuts
Usage
nbreakpoints(data)
Arguments
data |
a matrix of numerical alpha-cuts or a 3-dimensional array. No NA are allowed. |
Value
A numerical positive integer.
Examples
X <- TrapezoidalFuzzyNumber(1,2,3,4)
alpha.X <- alphacut(X, seq(0,1,0.01))
nbreakpoints(alpha.X)
[Package FuzzySTs version 0.3 Index]