R/class_co_fuzzycluster.R

#' Consensus Fuzzy Cluster  Result
#' @import methods
#' @name co_fuzzycluster-class
#' @rdname co_fuzzycluster-class
#' @slot member membership matrix
#' @slot hard.label vector of hard partition
#' @slot method.consensus method of fuzzy clustering used
#' @exportClass co_fuzzycluster
#' @include class_membership.R
setClass("co_fuzzycluster",
         representation= representation(
                                        method.consensus="character"),
         contains = "membership"
)

Try the advclust package in your browser

Any scripts or data that you put into this service are public.

advclust documentation built on May 2, 2019, 10:21 a.m.