# Default NAMESPACE created by R
# Remove the previous line if you edit this file


useDynLib(KODAMA)
useDynLib(KODAMA, .registration = TRUE)

# Import all packages listed as Imports or Depends
#import("stats","Rcpp")
#exportPattern("^[[:alpha:]]+")



useDynLib(KODAMA)
importFrom(Rcpp, evalCpp)
importFrom("graphics", "plot", "points")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom("stats",  "cmdscale", "as.dist", "dist", "kmeans", "median", "pnorm", "rnorm", "runif", "sd", "var","cor.test","ave")
importFrom("Rtsne", "Rtsne_neighbors")
importFrom("umap", "umap.knn", "umap")
importFrom("methods", "is")
import("Matrix")
  
S3method(print,tsne.config)
S3method(print,MDS.config)
export(floyd)
export(KODAMA.matrix)
export(KODAMA.visualization)
export(mcplot)
export(core_cpp)
export(dinisurface)
export(helicoid)
export(spirals)
export(swissroll)
export(normalization)
export(scaling)
export(transformy)
export(pca)
export(config.tsne.default)
export(config.umap.default)
export(MDS.defaults)
export(kabsch)


