Assign a new pred_matrix object to x

pred_matrix(x) <- value

# S4 method for siamcat,matrix
pred_matrix(x) <- value

Arguments

x

an object of class siamcat-class

value

an pred_matrix matrix

Value

none

Examples

data(siamcat_example) pred_matrix(siamcat_example) <- pred_matrix(siamcat_example)