makl_test | R Documentation |
Function for Binary Classification using a Multiple Approximate Kernel Learning (MAKL) Model
makl_test(X, y, makl_model)
X |
data matrix of size T x d, containing the test instances. |
y |
response vector of length T, containing only -1 and 1. |
makl_model |
a list containing the MAKL model returning from makl_train() function. |
Classifies the test data, using the MAKL model resulted from makl_train().
a list containing the predictions for test instances and the area under the ROC curve (auroc) values with corresponding number of used kernels for prediction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.