# Generated by roxygen2: do not edit by hand

export(BaseEstimator)
export(CoverTree)
export(DecisionTreeClassifier)
export(DecisionTreeRegressor)
export(HierarchicalClustering)
export(KDTree)
export(KMeans)
export(KNeighborsClassifier)
export(KNeighborsRegressor)
export(LESSClassifier)
export(LESSRegressor)
export(LinearRegression)
export(RandomForestClassifier)
export(RandomForestRegressor)
export(SVC)
export(SVR)
export(SklearnEstimator)
export(comparison_plot)
export(get_functions)
export(k_fold_cv)
export(laplacian)
export(prepareDataset)
export(prepareXset)
export(rbf)
export(synthetic_sine_curve)
export(test_timing)
export(train_test_split)
importFrom(FNN,get.knnx)
importFrom(RANN,nn2)
importFrom(caret,knn3)
importFrom(caret,knnreg)
importFrom(e1071,svm)
importFrom(grDevices,dev.new)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(pracma,distmat)
importFrom(randomForest,randomForest)
importFrom(rpart,rpart)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,rnorm)
importFrom(stats,runif)
