R/c_fuzzycluster.R

#' Combine fuzzy cluster result
#' @description combining fuzzy cluster result before ensembling
#' @param x a fuzzy cluster object
#' @param ... a fuzzy cluster object
#' @export
"c_fuzzycluster"<-function(x,...){
  if(nargs()<3) .cPair(x,...)
  else .cPair(x,Recall(...))
}

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.