predict_nnc: Get neural network predictions

View source: R/fit_predict_nnc.R

predict_nncR Documentation

Get neural network predictions

Description

Get neural network predictions

Usage

predict_nnc(fit, Xnew, Ynew = NULL, ...)

predict_nn(fit, Xnew, Ynew = NULL, ...)

Arguments

fit

Fitted neural network hidden genome classifier (output of fit_nnc())

...

additional arguments passed to cv.glmnet.

See Also

fit_nnc


c7rishi/hidgenclassifier documentation built on June 14, 2024, 11:10 a.m.