R/AllClasses.R

## Class for benhur object

setClass("BenHur", representation(jaccards = "list",
                                  size = "vector",
                                  iterations  = "vector",
                                  freq = "vector"),
         prototype = list(jaccards = list(),
           size = vector(), iterations = vector(),
           freq = vector()))

## Define a class for clusterComp

setClass("ClusterComp", representation(clusters = "vector",
                                       percent = "vector",
                                       freq = "vector",
                                       clusternum = "vector",
                                       iterations = "vector",
                                       method = "vector"),
         prototype = list(clusters = vector(), percent = vector(),
           freq = vector(), clusternum = vector(), iterations = vector(),
           method = vector()))

Try the clusterStab package in your browser

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

clusterStab documentation built on Nov. 8, 2020, 8:23 p.m.