View source: R/error_metrics.R
calculate_prediction_interval | R Documentation |
Computes prediction intervals for the estimated dissimilarities based on residual variation between true and predicted values.
calculate_prediction_interval(
dissimilarity_matrix,
predicted_dissimilarity_matrix,
confidence_level = 0.95
)
dissimilarity_matrix |
Matrix of true dissimilarities. |
predicted_dissimilarity_matrix |
Matrix of predicted dissimilarities. |
confidence_level |
The confidence level for the interval (default: 0.95). |
A single numeric value representing the margin of error for the prediction interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.