"fanny"
represent a fuzzy clustering of a
dataset.fanny
object is a list with the following components:memb.exp = 2
. The normalized form of the coefficient is also given. It is defined as
$(F(k) - 1/k) / (1 - 1/k)$, and ranges between 0 and 1
(currently, only when memb.exp = 2
; this may change in the future).
A low value of Dunn's coefficient indicates a very fuzzy clustering,
whereas a value close to 1 indicates a near-crisp clustering.
partition.object
.tol
used.iterations
, the number of iterations needed
and converged
indicating if the algorithm converged (in
maxit
iterations within convergence tolerance tol
)."dissimilarity"
, see
partition.object
.partition.object
.partition.object
.partition.object
.fanny
."fanny"
class has methods for the following generic functions:
print
, summary
."fanny"
inherits from "partition"
.
Therefore, the generic functions plot
and clusplot
can
be used on a fanny
object.fanny
, print.fanny
,
dissimilarity.object
,
partition.object
, plot.partition
.