predict.citocnn | R Documentation |
Predict from a fitted cnn model
## S3 method for class 'citocnn'
predict(
object,
newdata = NULL,
type = c("link", "response", "class"),
device = c("cpu", "cuda", "mps"),
...
)
object |
a model created by |
newdata |
new data for predictions |
type |
which value should be calculated, either raw response, output of link function or predicted class (in case of classification) |
device |
device on which network should be trained on. |
... |
additional arguments |
prediction matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.