iris数据集的中文名是安德森鸢尾花卉数据集,英文全称是Anderson’s Iris data set.iris包含150个样本,对应数据集的每行数据.每行数据包含每个样本的四个特征和样本的类别信息,所以iris数据集是一个150行5列的二维表.通俗地说,iris数据集是用来给花做分类的数据集,每个样本包含了花萼长度.花萼宽度.花瓣长度.花瓣宽度四个特征(前4列),我们需要建立一个分类器,分类器可以通过样本的四个特征来判断样本属于山鸢尾.变色鸢尾还是维吉尼亚鸢尾(这三个名词都是花的品种). 数
题意: INPUT: The input of the first line is an integer T, which is the number of test data (T<120). Then T data follows. For each data, there are 10 integer numbers on one line, which are the coefficients and constant a, b, c, d, e, f, g, h, i, j of th