摘要: from sklearn.datasets import load_sample_image import matplotlib.image as img from sklearn.cluster import KMeans import numpy as np from matplotlib import pyplot as plt picture = load_sample_image(... 阅读全文
posted @ 2018-11-12 11:36 曾霖 阅读(271) 评论(0) 推荐(0) 编辑