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)
Return the AUC value.
Dataset 1, the data type must be numeric, matrix or Data.frame.
Dataset 2, the data type must be numeric, matrix or Data.frame.