public class SquaredExpKernel extends GaussianProcessKernel
GaussianProcessKernel.KernelType, GaussianProcessKernel.Space
CONFIG_PREFIX, REL_DEP_DEFAULT, REL_DEP_KEY, relDep, scale, SCALE_DEFAULT, SCALE_KEY, scalingWeights, space, SPACE_DEFAULT, SPACE_KEY, weighted
Constructor and Description |
---|
SquaredExpKernel() |
SquaredExpKernel(float[] scalingWeights) |
Modifier and Type | Method and Description |
---|---|
float |
kernel(FloatMatrix pt1,
FloatMatrix pt2)
The actual kernel computation.
|
kernel, kernel, makeKernel
public SquaredExpKernel()
public SquaredExpKernel(float[] scalingWeights)
public float kernel(FloatMatrix pt1, FloatMatrix pt2)
GaussianProcessKernel
kernel
in class GaussianProcessKernel
Copyright © 2020 University of California, Santa Cruz. All rights reserved.