predict.npcs: Predict new labels from new data based on the fitted NPMC classifier.
Description
Predict new labels from new data based on the fitted NPMC classifier, which belongs to S3 class "npcs".
Usage
# S3 method for npcs
predict(object, newx, ...)
Arguments
- object
the model object for prediction
- newx
input feature data
- ...
arguments to pass down