jsut: jsut

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/interfaces.R

Description

compute Unscented Transform approximation to Jensen-Shannon (JS) divergence between GMM.

Usage

1
jsut(mod1, mod2)

Arguments

mod1

GMM parameter to JS(mod1 || mod2).

mod2

GMM parameter to JS(mod1 || mod2).

Value

JS divergence value.

Author(s)

Pierrick Bruneau

References

Goldberger, J., Gordon, and Greenspan, H. (2003) _An efficient image similarity measure based on approximations of KL-divergence between two Gaussian mixtures_ ICCV Proceedings, Volume 1, Pages 487-493.

See Also

klut jsmc

Examples

1
temp <- jsut(gmmpen[[1]], gmmpen[[2]])

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to jsut in VBmix...