# Generated by roxygen2: do not edit by hand

S3method("[",ts_data)
S3method(action,clusterer)
S3method(action,dal_learner)
S3method(action,dal_transform)
S3method(action,default)
S3method(action,predictor)
S3method(action,ts_reg)
S3method(cluster,cluster_dbscan)
S3method(cluster,cluster_kmeans)
S3method(cluster,cluster_pam)
S3method(cluster,default)
S3method(do_fit,ts_elm)
S3method(do_fit,ts_mlp)
S3method(do_fit,ts_rf)
S3method(do_fit,ts_svm)
S3method(do_predict,ts_elm)
S3method(do_predict,ts_regsw)
S3method(do_predict,ts_rf)
S3method(do_predict,ts_svm)
S3method(evaluate,classification)
S3method(evaluate,clusterer)
S3method(evaluate,default)
S3method(evaluate,regression)
S3method(evaluate,smoothing)
S3method(evaluate,ts_reg)
S3method(fit,cla_dtree)
S3method(fit,cla_knn)
S3method(fit,cla_majority)
S3method(fit,cla_mlp)
S3method(fit,cla_nb)
S3method(fit,cla_rf)
S3method(fit,cla_svm)
S3method(fit,cla_tune)
S3method(fit,clu_tune)
S3method(fit,cluster_dbscan)
S3method(fit,default)
S3method(fit,dt_pca)
S3method(fit,minmax)
S3method(fit,outliers)
S3method(fit,predictor)
S3method(fit,reg_dtree)
S3method(fit,reg_knn)
S3method(fit,reg_mlp)
S3method(fit,reg_rf)
S3method(fit,reg_svm)
S3method(fit,reg_tune)
S3method(fit,smoothing)
S3method(fit,smoothing_cluster)
S3method(fit,smoothing_freq)
S3method(fit,smoothing_inter)
S3method(fit,ts_arima)
S3method(fit,ts_aug_jitter)
S3method(fit,ts_norm_an)
S3method(fit,ts_norm_diff)
S3method(fit,ts_norm_gminmax)
S3method(fit,ts_norm_swminmax)
S3method(fit,ts_regsw)
S3method(fit,ts_tune)
S3method(fit,zscore)
S3method(inverse_transform,default)
S3method(inverse_transform,minmax)
S3method(inverse_transform,ts_norm_an)
S3method(inverse_transform,ts_norm_diff)
S3method(inverse_transform,ts_norm_gminmax)
S3method(inverse_transform,ts_norm_swminmax)
S3method(inverse_transform,zscore)
S3method(k_fold,default)
S3method(k_fold,sample_random)
S3method(k_fold,sample_stratified)
S3method(predict,cla_dtree)
S3method(predict,cla_knn)
S3method(predict,cla_majority)
S3method(predict,cla_mlp)
S3method(predict,cla_nb)
S3method(predict,cla_rf)
S3method(predict,cla_svm)
S3method(predict,reg_dtree)
S3method(predict,reg_knn)
S3method(predict,reg_mlp)
S3method(predict,reg_rf)
S3method(predict,reg_svm)
S3method(predict,ts_arima)
S3method(predict,ts_reg)
S3method(predict,ts_regsw)
S3method(select_hyper,cla_tune)
S3method(select_hyper,default)
S3method(select_hyper,reg_tune)
S3method(select_hyper,ts_tune)
S3method(set_params,dal_base)
S3method(set_params,default)
S3method(train_test,default)
S3method(train_test,sample_random)
S3method(train_test,sample_stratified)
S3method(transform,categ_mapping)
S3method(transform,default)
S3method(transform,dt_pca)
S3method(transform,fit_curvature_max)
S3method(transform,fit_curvature_min)
S3method(transform,minmax)
S3method(transform,outliers)
S3method(transform,smoothing)
S3method(transform,ts_aug_awareness)
S3method(transform,ts_aug_awaresmooth)
S3method(transform,ts_aug_flip)
S3method(transform,ts_aug_jitter)
S3method(transform,ts_aug_shrink)
S3method(transform,ts_aug_stretch)
S3method(transform,ts_aug_wormhole)
S3method(transform,ts_fil_ema)
S3method(transform,ts_fil_ma)
S3method(transform,ts_fil_smooth)
S3method(transform,ts_norm_an)
S3method(transform,ts_norm_diff)
S3method(transform,ts_norm_gminmax)
S3method(transform,ts_norm_swminmax)
S3method(transform,zscore)
export(MSE.ts)
export(action)
export(adjust_class_label)
export(adjust_data.frame)
export(adjust_factor)
export(adjust_matrix)
export(adjust_ts_data)
export(categ_mapping)
export(cla_dtree)
export(cla_knn)
export(cla_majority)
export(cla_mlp)
export(cla_nb)
export(cla_rf)
export(cla_svm)
export(cla_tune)
export(classification)
export(clu_tune)
export(cluster)
export(cluster_dbscan)
export(cluster_kmeans)
export(cluster_pam)
export(clusterer)
export(dal_base)
export(dal_learner)
export(dal_transform)
export(dal_tune)
export(data_sample)
export(do_fit)
export(do_predict)
export(dt_pca)
export(evaluate)
export(fit)
export(fit_curvature_max)
export(fit_curvature_min)
export(inverse_transform)
export(k_fold)
export(minmax)
export(outliers)
export(plot_bar)
export(plot_boxplot)
export(plot_boxplot_class)
export(plot_density)
export(plot_density_class)
export(plot_groupedbar)
export(plot_hist)
export(plot_lollipop)
export(plot_pieplot)
export(plot_points)
export(plot_radar)
export(plot_scatter)
export(plot_series)
export(plot_stackedbar)
export(plot_ts)
export(plot_ts_pred)
export(predictor)
export(reg_dtree)
export(reg_knn)
export(reg_mlp)
export(reg_rf)
export(reg_svm)
export(reg_tune)
export(regression)
export(sMAPE.ts)
export(sample_random)
export(sample_stratified)
export(select_hyper)
export(set_params)
export(smoothing)
export(smoothing_cluster)
export(smoothing_freq)
export(smoothing_inter)
export(train_test)
export(train_test_from_folds)
export(transform)
export(ts_arima)
export(ts_aug_awareness)
export(ts_aug_flip)
export(ts_aug_jitter)
export(ts_aug_shrink)
export(ts_aug_stretch)
export(ts_aug_wormhole)
export(ts_data)
export(ts_elm)
export(ts_fil_ema)
export(ts_fil_ma)
export(ts_fil_smooth)
export(ts_head)
export(ts_mlp)
export(ts_norm_an)
export(ts_norm_diff)
export(ts_norm_ean)
export(ts_norm_gminmax)
export(ts_norm_swminmax)
export(ts_projection)
export(ts_reg)
export(ts_regsw)
export(ts_rf)
export(ts_sample)
export(ts_svm)
export(ts_tune)
export(zscore)
import(MLmetrics)
import(class)
import(cluster)
import(dbscan)
import(e1071)
import(elmNNRcpp)
import(forecast)
import(ggplot2)
import(nnet)
import(tree)
importFrom(FNN,knn.reg)
importFrom(caret,createDataPartition)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(e1071,svm)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(nnet,nnet)
importFrom(randomForest,randomForest)
importFrom(reshape,melt)
importFrom(stats,formula)
importFrom(stats,kmeans)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(utils,combn)
importFrom(utils,head)
