Package gov.nih.mipav.model.algorithms
Class LIBSVM.SVR_Q
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LIBSVM.QMatrix
-
- gov.nih.mipav.model.algorithms.LIBSVM.Kernel
-
- gov.nih.mipav.model.algorithms.LIBSVM.SVR_Q
-
- Enclosing class:
- LIBSVM
class LIBSVM.SVR_Q extends LIBSVM.Kernel
-
-
Field Summary
Fields Modifier and Type Field Description private float[][]bufferprivate LIBSVM.Cachecacheprivate int[]indexprivate intlprivate intnext_bufferprivate double[]QDprivate byte[]sign
-
Constructor Summary
Constructors Constructor Description SVR_Q(LIBSVM.svm_problem prob, LIBSVM.svm_parameter param)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) float[]get_Q(int i, int len)(package private) double[]get_QD()(package private) voidswap_index(int i, int j)-
Methods inherited from class gov.nih.mipav.model.algorithms.LIBSVM.Kernel
dot, k_function, kernel_function
-
-
-
-
Field Detail
-
l
private final int l
-
cache
private final LIBSVM.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 double[] QD
-
-
Constructor Detail
-
SVR_Q
SVR_Q(LIBSVM.svm_problem prob, LIBSVM.svm_parameter param)
-
-
Method Detail
-
swap_index
void swap_index(int i, int j)- Overrides:
swap_indexin classLIBSVM.Kernel
-
get_Q
float[] get_Q(int i, int len)- Specified by:
get_Qin classLIBSVM.Kernel
-
get_QD
double[] get_QD()
- Specified by:
get_QDin classLIBSVM.Kernel
-
-