error {cubt} | R Documentation |
Computes misclassification error for simulated data where the original clusters are known.
error(pred , obs , print = FALSE)
pred |
Predicted clusters. |
obs |
Observed clusters. |
print |
Priont the results in details with confusion matrix. |
Badih Ghattas