jdistlib.math.density
Enum Kernel
- java.lang.Object
-
- java.lang.Enum<Kernel>
-
- jdistlib.math.density.Kernel
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description BIWEIGHTCOSINEEPANECHNIKOVGAUSSIANOPTCOSINERECTANGULARTRIANGULAR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetFactor()doublegetKernelValue()double[]process(double bw, double[] kords)static KernelvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Kernel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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 namejava.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