mvpy.math#
Compute accuracy between x and y. |
|
Compute cosine similarities between x and y. |
|
Compute cosine distances between x and y. |
|
Computes cross-validated euclidean distances between vectors in x and y. |
|
Computes cross-validated mahalanobis distances between x and y. |
|
Computes euclidean distances between x and y. |
|
Compute the linear kernel function. |
|
Compute the polynomial kernel function. |
|
Compute the radial basis kernel function. |
|
Compute the sigmoid kernel function. |
|
Computes mahalanobis distance between x and y using inverse covariance matrix Σ. |
|
Computes pearson correlations between x and y. |
|
Computes Pearson distance between x and y. |
|
Rank data in x along its final feature dimension. |
|
Rank data in x along its final feature dimension. |
|
Compute ROC AUC score between y_true and y_score. |
|
Compute Spearman correlation between x and y. |
|
Compute Spearman distance between x and y. |