Class | Description |
---|---|
KernelPCA |
A kernelized implementation of
PCA . |
Nystrom |
An implementation of the Nystrom approximation for any Kernel Trick.
|
RFF_RBF |
An Implementation of Random Fourier Features for the
RBFKernel . |
Enum | Description |
---|---|
Nystrom.SamplingMethod |
Different sample methods may be used to select a better and more
representative set of vectors to form the basis vectors at increased
cost, where
n is the number of data points in the full data set
and b is the number of basis vectors to obtain. |
Copyright © 2017. All rights reserved.