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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate float[][]private final LIBSVM.Cacheprivate final int[]private final intprivate intprivate final double[]private final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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 Details
-
l
private final int l -
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 Details
-
SVR_Q
SVR_Q(LIBSVM.svm_problem prob, LIBSVM.svm_parameter param)
-
-
Method Details
-
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
-