amariDistance: Compute amari type distance between two matrices

View source: R/nmf_functions_lite.R

amariDistanceR Documentation

Compute amari type distance between two matrices

Description

Compute amari type distance between two matrices

Usage

amariDistance(matrix.A, matrix.B)

Arguments

matrix.A, matrix.B

of the same dimensionality

Value

The amari type distance of matrix.A & matrix.B according to [Wu et. al, PNAS 2016]

References

http://www.pnas.org/content/113/16/4290.long

Examples

## Not run: 
amariDistance(WMatrix_list_a, WMatrix_list_b)

## End(Not run)

hdsu-bioquant/ButchR documentation built on Jan. 28, 2023, 6:06 p.m.