dcor {synthesizer} | R Documentation |
Difference between correlation
Description
Returns the Frobenius norm of the difference between the correlation matrices for numeric columns in synthetic and real data.
Usage
dcor(synth, real)
Arguments
synth |
|
real |
|
See Also
Other measures:
dmean()
,
pmse()
,
qa()
Examples
dcor(iris, iris) # 0
dcor(synthesize(cars), cars)
[Package synthesizer version 0.2.0 Index]