libsvm
Class ONE_CLASS_Q

java.lang.Object
  extended by libsvm.QMatrix
      extended by libsvm.Kernel
          extended by libsvm.ONE_CLASS_Q

 class ONE_CLASS_Q
extends Kernel


Field Summary
private  Cache cache
           
private  float[] QD
           
 
Constructor Summary
ONE_CLASS_Q(svm_problem prob, svm_parameter param)
           
 
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 libsvm.Kernel
dot, k_function, kernel_function, kernel_function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private final Cache cache

QD

private final float[] QD
Constructor Detail

ONE_CLASS_Q

ONE_CLASS_Q(svm_problem prob,
            svm_parameter param)
Method Detail

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

swap_index

void swap_index(int i,
                int j)
Overrides:
swap_index in class Kernel