importFrom("methods")

importFrom("graphics",
           "lines",
           "plot",
           "legend",
           "points")

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

exportClasses("APResult")
exportMethods("show", "plot", "labels")
