Description Usage Arguments Value References
A DML Algorithm that obtains a transformer that maximizes the Jeffrey divergence between the distribution of differences of same-class neighbors and the distribution of differences between different-class neighbors.
1 2 |
num_dims |
Dimension desired for the transformed data. If NULL, dimension will be the number of features. |
n_neighbors |
Number of neighbors to consider in the computation of the difference spaces. |
alpha |
Regularization parameter for inverse matrix computation. |
reg_tol |
Tolerance threshold for applying regularization. The tolerance is compared with the matrix determinant. |
The DMLMJ transformer, structured as a named list.
Bac Nguyen, Carlos Morell and Bernard De Baets. “Supervised distance metric learning through maximization of the Jeffrey divergence”. In: Pattern Recognition 64 (2017), pages 215-225.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.