Learn R Programming

Allspice (version 1.0.7)

classifier: Constructor for Classifier

Description

Creates a new Classifier object.

Usage

classifier(..., verbose = TRUE)

Value

Returns a Classifier object.

Arguments

...

Any number of paths to folders that contain assets (see asset()).

verbose

If TRUE, information about the imported assets is printed on screen.

Details

The first input argument will set the primary asset, and the others will be considered secondary assets.

Examples

Run this code
# Set up an ALL classifier object.
cls <- classifier()

Run the code above in your browser using DataLab