| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 
 | $ python3 k-means.pytag 总数:98247
 处理后数据集总条数:79501
 Counter({'Manga': 1.5836, 'Cosplay': 0.1236, 'Non-H': -0.0637, 'Image Sets': -0.4086, 'Western': -0.7446, 'Doujinshi': -0.7582, 'Game CG Sets': -0.7945, 'Artist CG Sets': -0.8395})
 Counter({'Artist CG Sets': 1.1801, 'Image Sets': 0.9023, 'Doujinshi': 0.2506, 'Misc': -0.3976, 'Game CG Sets': -0.4123, 'Western': -0.4524, 'Manga': -0.5166})
 Counter({'Doujinshi': 0.5371, 'Artist CG Sets': 0.2755, 'Manga': -0.2835, 'Western': -0.5942, 'Game CG Sets': -0.8911})
 Counter({'Image Sets': 2.8377, 'Misc': 2.6458, 'Artist CG Sets': 1.6786, 'Game CG Sets': 0.7785, 'Manga': -0.3891, 'Doujinshi': -0.4198})
 Counter({'Non-H': 1.6247, 'Doujinshi': 0.7343, 'Manga': -0.1737, 'Western': -0.2842})
 Counter({'Western': 14.7343, 'Non-H': 11.8205, 'Misc': 0.9231, 'Doujinshi': -0.5131})
 Counter({'Misc': 1.2222, 'Doujinshi': 0.594, 'Non-H': 0.2346, 'Manga': -0.2227, 'Western': -0.4949, 'Artist CG Sets': -0.5767})
 Counter({'Image Sets': 1.193, 'Doujinshi': 0.2658, 'Manga': -0.0355, 'Western': -0.053, 'Artist CG Sets': -0.4048, 'Game CG Sets': -0.4919})
 Counter({'Game CG Sets': 4.8414, 'Artist CG Sets': 0.6807, 'Misc': 0.6807, 'Cosplay': 0.6807, 'Image Sets': -0.5577, 'Doujinshi': -0.5958, 'Manga': -0.611, 'Western': -0.809})
 Counter({'Cosplay': 6.8947, 'Western': 1.9904, 'Image Sets': 1.7701, 'Artist CG Sets': 0.3784, 'Doujinshi': -0.1006, 'Manga': -0.2284, 'Misc': -0.3421, 'Game CG Sets': -0.8395})
 {'Manga': 0.324, 'Doujinshi': 0.395, 'Misc': 0.02, 'Image Sets': 0.019, 'Artist CG Sets': 0.105, 'Game CG Sets': 0.082, 'Western': 0.044, 'Cosplay': 0.005, 'Non-H': 0.006}
 Loop Times:20
 共计用时35.417s
 
 |