# Generated by roxygen2: do not edit by hand

S3method(print,tree_struct)
export(act_method)
export(decision_tree)
export(knn)
export(multivariate_linear_regression)
export(perceptron)
export(polynomial_regression)
importFrom(cli,console_width)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,combn)
