classification_model: Generic function for creating a classification model

Description Usage Arguments Value Methods (by class)

Description

Generic function for creating a classification model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
classification_model(method, test, x, y, training_data, ...)

## Default S3 method:
classification_model(method, test, x, y, training_data, ...)

## S3 method for class 'rpart'
classification_model(method, test, x, y, training_data, ...)

## S3 method for class 'boosting'
classification_model(method, test, x, y, training_data, ...)

Arguments

method

The method for classification.

test

The test being conducted

x

The independent variables.

y

The dependent (class) variable. Should be a factor for most algorithms

training_data

The complete data set for training

...

Extra arguments to pass to the classification algorithm

Value

The produced model

Methods (by class)


sjoerdvds/crtests documentation built on May 30, 2019, 12:05 a.m.