R/length-methods.R

setMethod("length", signature(x="APResult"), function(x) length(x@exemplars))

setMethod("length", signature(x="AggExResult"), function(x) x@maxNoClusters)

setMethod("length", signature(x="ExClust"), function(x) length(x@exemplars))

Try the apcluster package in your browser

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

apcluster documentation built on Sept. 20, 2023, 1:06 a.m.