↓ 2 callersFunctionevaluations evaluations(ty, pv) -> (ACC, MSE, SCC) Calculate accuracy, mean squared error and squared correlation coefficient using the true values (ty) and
Part6_Relation_Extraction/libsvm-3.21/python/svmutil.py:57
↓ 2 callersFunctionsvm_group_classeslabel: label name, start: begin of each class, count: #data of classes, perm: indices to the original data perm, length l, must be allocated before ca
Part6_Relation_Extraction/libsvm-3.21/svm.cpp:2014
↓ 2 callersMethodsvm_group_classes(svm_problem prob, int[] nr_class_ret, int[][] label_ret, int[][] start_ret, int[][] count_ret, int[] perm)
Part6_Relation_Extraction/libsvm-3.21/java/libsvm/svm.java:1854
↓ 2 callersFunctionupdate_param(c,g,rate,best_c,best_g,best_rate,worker,resumed)
Part6_Relation_Extraction/libsvm-3.21/tools/grid.py:341