pred_matrix {SIAMCAT} | R Documentation |
Retrieve pred_matrix from object.
pred_matrix(siamcat, verbose=1) ## S4 method for signature 'ANY' pred_matrix(siamcat, verbose = 1) ## S4 method for signature 'matrix' pred_matrix(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a pred_matrix |
verbose |
If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message) |
The pred_matrix matrix or NULL.
data(siamcat_example) pred_matrix(siamcat_example)