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