判斷題描述數(shù)據(jù)成分關(guān)系時,若成分過多可使用復(fù)合餅圖或復(fù)合條餅圖。

您可能感興趣的試卷

你可能感興趣的試題

4.多項選擇題

圖中0預(yù)測的準確率和召回率是多少?()

A.0.81
B.0.77
C.0.80
D.0.78

5.多項選擇題

如下表student中,如何篩選type為包含數(shù)學(xué)或語文的記錄?()

A.select*from student where type=“數(shù)學(xué)” and type=“語文”
B.select*from student where type=“數(shù)學(xué)” or type=“語文”
C.select*from student where type in(“數(shù)學(xué)”,“語文”)
D.select*from student where type in(“數(shù)學(xué)”、“語文”)