getAUC | R Documentation |
This function calls [kohonen]{xgboost}
to train the classifier, followed by calculating the similarity between the two given datasets. The return value is a AUC index, ranging between 0 and 1, where the AUC is closer to 0.5, the more similar the two data sets is.
getAUC(data1, data2)
data1 |
Dataset 1, the data type must be numeric, matrix or Data.frame. |
data2 |
Dataset 2, the data type must be numeric, matrix or Data.frame. |
Return the AUC value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.