Class SVR_Q

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float[][] buffer  
      private Cache cache  
      private int[] index  
      private int l  
      private int next_buffer  
      private double[] QD  
      private byte[] sign  
    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 double[] QD
    • Method Detail

      • 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

        double[] get_QD()
        Specified by:
        get_QD in class Kernel