public class KernelSmoothing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EPANECHNIKOV_KERNEL |
static int |
GAUSSIAN_KERNEL |
static int |
TRIANGULAR_KERNEL |
static int |
UNIFORM_KERNEL |
Constructor and Description |
---|
KernelSmoothing() |
Modifier and Type | Method and Description |
---|---|
static double |
kernelize(double sim,
double width,
int kernelType) |
public static final int TRIANGULAR_KERNEL
public static final int UNIFORM_KERNEL
public static final int EPANECHNIKOV_KERNEL
public static final int GAUSSIAN_KERNEL
Copyright © 2017. All Rights Reserved.