aim2dat.ml.kernels
¶
Kernels to be used with scikit-learn models.
Module Contents¶
Functions¶
|
Cosine kernel for the F-Fingerprint Transformer based on the cosine distance metric |
|
Laplacian kernel for the F-Fingerprint Transformer based on the cosine distance metric |
- aim2dat.ml.kernels.krr_ffprint_cosine(X, Y)[source]¶
Cosine kernel for the F-Fingerprint Transformer based on the cosine distance metric (doi:10.1063/1.3079326).
-
aim2dat.ml.kernels.krr_ffprint_laplace(X, Y, gamma=
None
)[source]¶ Laplacian kernel for the F-Fingerprint Transformer based on the cosine distance metric (doi:10.1063/1.3079326).