public class GaussianKDE
extends java.lang.Object
| Constructor and Description |
|---|
GaussianKDE() |
| Modifier and Type | Method and Description |
|---|---|
static KDEVertex |
approximate(DoubleVertex vertex,
java.lang.Integer nSamples) |
static KDEVertex |
approximate(Samples<DoubleTensor> vertexSamples) |
public static KDEVertex approximate(Samples<DoubleTensor> vertexSamples)
public static KDEVertex approximate(DoubleVertex vertex, java.lang.Integer nSamples)