多项选择题
如下表student中,如何筛选type为包含数学或语文的记录?() ID type score: A01数学78; A02语文76; A03英语90; A04数学68; A05英语84。
A.select*from student where type=”数学”and type=”语文” B.select*from student where type=”数学”or type=”语文” C.select*from student where type in(”数学”,”语文”) D.select*from student where type in(”数学”、”语文”)
多项选择题 天猫分析人员希望通过聚类方法定位代商家刷信用级别的违规者,以下那种操作不应该进行()
多项选择题 以下哪个聚类分析的方法是利用统计学定义的距离进行度量()
单项选择题 以下哪些分类方法可以较好地避免样本的不平衡问题?()