这是我编写的代码:
for (int i=0; i<x.length;i++){
for (int j=0; j<x.length;j++){
xCategory[i].neq(xCategory[j]).reifyWith(cMatrix[i][j]);
}
cSelected[i] = model.or(cMatrix[i]).reify();
}
输出为:
我不知道为什么在情况1中注解自定义成功插入了grob,但是在情况2中却没有这样做。 我已经包含了egg和tidyverse库