View source: R/compositemodelfunctions.R
ComputeSignificance | R Documentation |
Compute the significance value for a given prediction. You may use information gain, odds ratio, or t-statistic.
ComputeSignificance(pred, trueVal, pruningMethod = "error.t.test")
pred |
Predicted values |
trueVal |
The true values (predictions or outcomes) of the input data. |
pruningMethod |
The method to use for pruning. Right now, only "error.t.test" is valid. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.