Navigation

Operators and Keywords

Function List:

C++ API

mvn

Multivariate normal distribution clustering and utility functions.

Select category:

Multivariate normal distribution functions

mvn_bregmancentroid_geodesic
MVN_BREGMANCENTROID_GEODESIC Computes an arbitrary weighted KL centroid on the geodesic linking between two sided centroids c1 and c2.
mvn_bregmancentroid_kl_left
MVN_BREGMANCENTROID_KL_LEFT Compute the left sided Kullback-Leibler (KL) centroid given mvn models.
mvn_bregmancentroid_kl_right
MVN_BREGMANCENTROID_RIGHT Compute the right centroid given mvn models ("center of mass").
mvn_bregmancentroid_skl
MVN_BREGMANCENTROID_SKL Compute the symmetric Kullback-Leibler (KL) centroid given mvn models.
mvn_div_bc
MVN_DIV_BC Compute the Bhattacharyya coefficient between two multivariate normals.
mvn_div_js
MVN_DIV_JS Compute the Jensen-Shannon (JS) divergence between two multivariate normals.
mvn_div_kl
MVN_DIV_KL Compute the Kullback-Leibler (KL) divergence.
mvn_div_skl
MVN_DIV_SKL Compute the symmetric Kullback-Leibler (KL) divergence.
mvn_divmat
MVN_DIVMAT Compute a distance/divergence matrix using the specified MODELS and the given divergence T.
mvn_entropy
MVN_ENTROPY Compute the Entropy of the given multivariate normal.
mvn_fn2class
MVN_FN2CLASS
mvn_ismetric
MVN_ISMETRIC Analyzes the distance matrix D and returns the percentage of triples fulfilling the triangle inequality.
mvn_kmeans
MVN_KMEANS Compute K-Means clustering on the given mvn models in respect to the given divergence.
mvn_knnclass
MVN_KNNCLASS
mvn_new
MVN_NEW Initialize a mvn struct
mvn_som_skl
MVN_SOM_SKL Computes a NxN SOM using the MVN models and the Symmetric Kullback-Leibler divergence.
mvn_test
MVN_TEST Load a testcollection and prepare for using with the mvn functions.
mvn_traceprod
MVN_TRACEPROD Compute Matrix trace of the matrix product of two symmetric matrices a and b.
mvn_version
MVN_VERSION

Package: mvn