Description Usage Arguments Value Examples
View source: R/functions_metrics.R
Evaluates the performance of the classifier by comparing predicted vs true clusters (true clusters required as input)
1 | EvaluateC(object, true_clusters = object$true_clusters)
|
object |
An object of class ccdata |
true_clusters |
Vector of the true clusters (true clusters with ccdata class object by default) |
Confusion matrix, error rate, recall and precision. A matrix of recall and precision for all the cluster groups.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
EvaluateC(obj, BankCustomer$Cluster)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.