classifier {Allspice} | R Documentation |
Constructor for Classifier
Description
Creates a new Classifier object.
Usage
classifier(..., verbose = TRUE)
Arguments
... |
Any number of paths to folders that contain assets
(see |
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.
Value
Returns a Classifier object.
Examples
# Set up an ALL classifier object.
cls <- classifier()
[Package Allspice version 1.0.7 Index]