classifier {Allspice} | R Documentation |
Creates a new Classifier object.
classifier(..., verbose = TRUE)
... |
Any number of paths to folders that contain assets
(see |
verbose |
If TRUE, information about the imported assets is printed on screen. |
The first input argument will set the primary asset, and the others will be considered secondary assets.
Returns a Classifier object.
# Set up an ALL classifier object.
cls <- classifier()