Returns the Frobenius norm of the difference between the correlation matrices for numeric columns in synthetic and real data.
dcor(synth, real)
[data.frame]
Synthetic data
[data.frame]
Real data
Other measures:
dmean()
,
pmse()
,
qa()
dcor(iris, iris) # 0
dcor(synthesize(cars), cars)
Run the code above in your browser using DataLab