Class GaussianKernel

  • All Implemented Interfaces:
    Kernel

    public class GaussianKernel
    extends java.lang.Object
    implements Kernel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float[][] data  
    • Constructor Summary

      Constructors 
      Constructor Description
      GaussianKernel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[][] getData()  
      int[] getExtents()  
      void setData​(float[][] data)  
      • Methods inherited from class java.lang.Object

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

      • data

        private float[][] data
    • Constructor Detail

      • GaussianKernel

        public GaussianKernel()
    • Method Detail

      • getData

        public float[][] getData()
        Specified by:
        getData in interface Kernel
      • setData

        public void setData​(float[][] data)
        Specified by:
        setData in interface Kernel
      • getExtents

        public int[] getExtents()
        Specified by:
        getExtents in interface Kernel