FNTN_matrix.recycle {hypergate} | R Documentation |
FNTN_matrix.recycle
Description
Recycle an expansion matrix
Usage
FNTN_matrix.recycle(
FNTN_matrix,
B_FN_old,
B_TN_old,
B_FN_new,
B_TN_new,
xp_FN,
xp_TN,
par
)
Arguments
FNTN_matrix |
Expansion matrix to recycle |
B_FN_old |
Boolean matrix of FN events before the last expansion |
B_TN_old |
Boolean matrix of TN events before the last expansion |
B_FN_new |
Boolean matrix of FN events after the last expansion |
B_TN_new |
Boolean matrix of TN events after the last expansion |
xp_FN |
Expression matrix of False Negative events |
xp_TN |
Expression matrix of True Negative events |
par |
Current hyper-rectangle parametrization |
[Package hypergate version 0.8.5 Index]