libsvm
Class SVR_Q
java.lang.Object
libsvm.QMatrix
libsvm.Kernel
libsvm.SVR_Q
class SVR_Q
- extends Kernel
Method Summary |
(package private) float[] |
get_Q(int i,
int len)
|
(package private) float[] |
get_QD()
|
(package private) void |
swap_index(int i,
int j)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
l
private final int l
cache
private final Cache cache
sign
private final byte[] sign
index
private final int[] index
next_buffer
private int next_buffer
buffer
private float[][] buffer
QD
private final float[] QD
SVR_Q
SVR_Q(svm_problem prob,
svm_parameter param)
swap_index
void swap_index(int i,
int j)
- Overrides:
swap_index
in class Kernel
get_Q
float[] get_Q(int i,
int len)
- Specified by:
get_Q
in class Kernel
get_QD
float[] get_QD()
- Specified by:
get_QD
in class Kernel