useDynLib(apcluster)

importFrom("methods")

importFrom("graphics",
           "plot")

importFrom("stats",
           "cutree")

export("apcluster", "apclusterDemo", "apclusterK",
       "negDistMat", "expSimMat", "linSimMat", "linKernel",
       "preferenceRange", "sparseToFull", "aggExCluster")

exportClasses("APResult", "AggExResult", "ExClust")
exportMethods("show", "plot", "labels", "cutree")
