pred_matrix<- | R Documentation |
Assign a new matrix with predictions to a SIAMCAT object
pred_matrix(x) <- value
## S4 replacement method for signature 'siamcat,matrix'
pred_matrix(x) <- value
x |
an object of class siamcat-class |
value |
a matrix containing predictions |
none
data(siamcat_example)
pred_matrix(siamcat_example) <- pred_matrix(siamcat_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.