The method returns a list of statistics computed on both data sets:
equalInstancesThe number of instances in data2
equal to the instances in data1
.
stats1numA matrix with rows containing statistics (mean, standard deviation, skewness, and kurtosis) computed on numeric attributes of data1
.
stats2numA matrix with rows containing statistics (mean, standard deviation, skewness, and kurtosis) computed on numeric attributes of data2
.
ksPA vector with p-values of Kolmogorov-Smirnov two sample tests, performed on matching attributes from data1
and data2
.
freq1A list with value frequencies for discrete attributes in data1
.
freq2A list with value frequencies for discrete attributes in data2
.
dfreqA list with differences in frequencies of discrete attributes' values between data1
and data2
.
dstatsNormA matrix with rows containing difference between statistics (mean, standard deviation, skewness, and kurtosis)
computed on [0,1] normalized numeric attributes for data1
and data2.
hellingerDistA vector with Hellinger distances between matching attributes from data1
and data2
.