R/class_co_fuzzycluster.R

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

Try the cofclust package in your browser

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

cofclust documentation built on May 2, 2019, 4:56 p.m.