Package | Description |
---|---|
jsat.distributions.kernels |
Modifier and Type | Method and Description |
---|---|
KernelPoints |
KernelPoints.clone() |
Modifier and Type | Method and Description |
---|---|
double |
KernelPoints.dist(int k,
KernelPoints X,
int j)
Computes the Euclidean distance in the kernel space between the
k 'th KernelPoint and the j 'th KernelPoint in the given
set |
double |
KernelPoints.dot(int k,
KernelPoints X,
int j)
Computes the dot product between the
k 'th KernelPoint and the
j 'th KernelPoint in the given set of points. |
Constructor and Description |
---|
KernelPoints(KernelPoints toCopy)
Copy constructor
|
Copyright © 2017. All rights reserved.