Nothing
decission_tree() function to create a perfect decision tree based on a set of observations and (if selected) see the step-by-step procedure;multivariate_linear_regression() function to generate linear equation lines that approximate the values on a set of observations and (if selected) see the step-by-step procedure;polynomial_regression() function to generate polynomial equation lines that approximate the values on a set of observations to selected degree and (if selected) see the step-by-step procedure;perceptron() function to calculate the weights of a perceptron and predict values on a set of observations and (if selected) see the step-by-step procedure;knn() function to perform k-nearest neighbors classification on a set of observations and (if selected) see the step-by-step procedure;print.tree_struct() function that prints a tree with the structure of the output of the decision_tree() function;act_method() function that calculates the selected activation function to a given input;db1rl data.frame with 20 observations (4 features). Values form different types of lines (linear, exponential, logarithmic, sine);db_per_and data.frame with 8 observations (2 features). "AND" logic gate;db_per_or data.frame with 8 observations (2 features). "OR" logic gate;db_per_xor data.frame with 8 observations (2 features). "XOR" logic gate;db_flowers data.frame with 25 observations (4 features) containing values about flowers;db2 data.frame with 10 observations (4 features) containing values about vehicles;db3 data.frame with 12 observations (5 features) containing values about vehicles.New db_tree_struct data.frame with 12 observations (5 features) containing values about vehicles.
Initial CRAN submission.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.