Description Usage Arguments Details Value
Take a matrix of calibrations, a matrix of predictions, the vector of observed performances, the number of observed assembly motifs, and return a matrix of statistics for model goodness-of-fit.
1 | compute_ftree_stats(mCal, mPrd, mStats, fobs, xpr, nbK)
|
mCal |
a numeric matrix. This matrix is the matrix of performances predicted by the model. |
mPrd |
a numeric matrix. This matrix is the matrix of performances predicted by cross-validation. |
mStats |
a numeric matrix. This matrix is the matrix of statistics of model goodness-of-fit. |
fobs |
a numeric vector. This vector is the vector of observed performances. |
xpr |
a vector of numerics of |
nbK |
an integer. This integer corresponds to the number of observed assembly motifs. |
Be careful, the matrix order is not ramdon.
The first argument mCal
is matrix of modelled values.
The second argument mPrd
is matrix of values
predicted by cross-validation.
The fourth argument fobs
is the vector of observed values.
tCal
: a matrix of the valid part of hierarchical tree,
that is the part of tree that increases predictive ability of model,
tCal
and tPrd
: the valid part of hierarchical tree,
that is the part of tree that increases predictive ability of model,
tStats
: statistics of tree model goodness-of-fit,
tNbcl
: the number of clusters used or
computing each performance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.