我想创建一个网站与Wordpress,为此,我有一些奇怪的要求。我想要的网站,就像,当管理员写任何帖子时,他必须选择然后product为该网页。(i.e Mobile or Tab or PC etc..)还必须为该产品选择品牌。就像管理员已经选择了Mobile,那么应该有一个可供选择的品牌为该产品。(i had create custom menu for that and save product and brand value in my custom table. Relationship is like : brands -> hasmany -> product)。现在
from scipy.cluster.hierarchy import dendrogram, linkage,fclusterimport matplotlib.pyplot as plt
np.random.seed(4711) # for repeatability of this tutorialb = np.random.multivariate_normal([0, 20],