離散程度的大小的判定方法
離散程度的大小的判定方法:
計算出數(shù)據(jù)庫中記錄不重復數(shù)量
select count(distinct row1),count(distinct row2) from table;
count()值大的就離散度高。
離散程度的大小的判定方法:
計算出數(shù)據(jù)庫中記錄不重復數(shù)量
select count(distinct row1),count(distinct row2) from table;
count()值大的就離散度高。
2015-04-13
舉報
2015-12-28
感謝小伙伴