MachineLearning: Train a machine learning model.

View source: R/machinelearning.R

MachineLearningR Documentation

Train a machine learning model.

Description

Train a machine learning model.

Usage

MachineLearning(algorithm, ..., warn.if.no.match = FALSE)

Arguments

algorithm

The name of algorithm to perform the training. One of "CART", "Regression", "Random Forest", "Deep Learning", "Support Vector Machine", "Linear Discriminant Analysis", or "Gradient Boosting".

...

Arguments to the function algorithm; see See Also

warn.if.no.match

Logical; If TRUE, a warning is shown if any arguments are not matched.

Value

A machine learning object.

See Also

SupportVectorMachine, CART, DeepLearning, GradientBoosting, LinearDiscriminantAnalysis, RandomForest, Regression


Displayr/flipMultivariates documentation built on Feb. 26, 2024, 12:39 a.m.