Kernel evaluation
the static method k_function is for doing single kernel evaluation
the constructor of Kernel prepares to calculate the l*l kernel matrix
the member function get_Q is for getting one column from the Q Matrix
R
r -
Variable in class edu.berkeley.compbio.jlibsvm.binary.BinaryModel
r -
Variable in class edu.berkeley.compbio.jlibsvm.regression.RegressionModel
For unbalanced data, redistribute the misclassification cost C according to the numbers of examples in each class,
so that each class has the same total misclassification weight assigned to it and the average is param.C
For unbalanced data, redistribute the misclassification cost C according to the numbers of examples in each class,
so that each class has the same total misclassification weight assigned to it and the average is param.C