Documentation of 'jdistlib.math.density.Kernel' Java class
Kernel
jdistlib.math.density

Enum Kernel

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Kernel>


    public enum Kernel
    extends java.lang.Enum<Kernel>
    • Enum Constant Detail

      • GAUSSIAN

        public static final Kernel GAUSSIAN
      • RECTANGULAR

        public static final Kernel RECTANGULAR
      • TRIANGULAR

        public static final Kernel TRIANGULAR
      • EPANECHNIKOV

        public static final Kernel EPANECHNIKOV
      • BIWEIGHT

        public static final Kernel BIWEIGHT
      • COSINE

        public static final Kernel COSINE
      • OPTCOSINE

        public static final Kernel OPTCOSINE
    • Method Detail

      • values

        public static Kernel[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Kernel c : Kernel.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Kernel valueOf(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getKernelValue

        public double getKernelValue()
      • getFactor

        public double getFactor()
      • process

        public double[] process(double bw,
                                double[] kords)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.