import weka.core.Instance;
Instance instance = new Instance(2);
报错:can't instantiate the type instance,我是找的例子,不知道语法错到哪里了。求大神们解救