- `mlpack::kernel::PSpectrumStringKernel` -- operates on strings, not vectors These kernels (or a custom kernel) may be used in a variety of mlpack methods: - `mlpack::kpca::KernelPCA` - kernel principal components analysis - `mlpack::fastmks::FastMKS` - fast max-kernel search - `ml...