Convenience function for evaluating edge detection performance of CV.Vote model fits.
cvPerf(cvOut, truth, method, givenX = FALSE, Xindex = NULL, Yindex = NULL, aszero = 1e-06)
| cvOut | Output from |
|---|---|
| truth | A list of numeric matrices named 'xy' and 'yy' encoding the true model parameters (or an adjacency matrix). |
| method | Character vector indicates |
| givenX | Logical (defaults to FALSE). Set to TRUE for |
| Xindex | Integer vector of indices of X variables in partial correlation matrix. Defaults to
NULL, but must be non-null when |
| Yindex | Integer vector of indices of Y variables in partial correlation matrix. Defaults to
NULL, but must be non-null when |
| aszero | A numeric value specifying the point at which a parameter estimate should be effectively considered of zero value. |