Package gov.nih.mipav.model.algorithms
Class LIBSVM.SVC_Q
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.LIBSVM.QMatrix
-
- gov.nih.mipav.model.algorithms.LIBSVM.Kernel
-
- gov.nih.mipav.model.algorithms.LIBSVM.SVC_Q
-
- Enclosing class:
- LIBSVM
class LIBSVM.SVC_Q extends LIBSVM.Kernel
-
-
Field Summary
Fields Modifier and Type Field Description private LIBSVM.Cache
cache
private double[]
QD
private byte[]
y
-
Constructor Summary
Constructors Constructor Description SVC_Q(LIBSVM.svm_problem prob, LIBSVM.svm_parameter param, byte[] y_)
-
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) void
swap_index(int i, int j)
-
Methods inherited from class gov.nih.mipav.model.algorithms.LIBSVM.Kernel
dot, k_function, kernel_function
-
-
-
-
Field Detail
-
y
private final byte[] y
-
cache
private final LIBSVM.Cache cache
-
QD
private final double[] QD
-
-
Constructor Detail
-
SVC_Q
SVC_Q(LIBSVM.svm_problem prob, LIBSVM.svm_parameter param, byte[] y_)
-
-
Method Detail
-
get_Q
float[] get_Q(int i, int len)
- Specified by:
get_Q
in classLIBSVM.Kernel
-
get_QD
double[] get_QD()
- Specified by:
get_QD
in classLIBSVM.Kernel
-
swap_index
void swap_index(int i, int j)
- Overrides:
swap_index
in classLIBSVM.Kernel
-
-