predict.npcs: Predict new labels from new data based on the fitted NPMC...

View source: R/predict.npcs.R

predict.npcsR Documentation

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 class 'npcs'
predict(object, newx, ...)

Arguments

object

the model object for prediction

newx

input feature data

...

arguments to pass down


npcs documentation built on April 27, 2023, 9:10 a.m.