FastVector setOfItemSets = new FastVector();
ItemSet current;
if(instances.classIndex() == -1)
throw new UnassignedClassException("Class index is negative (not set)!");
Attribute att = instances.classAttribute();
for (int i = 0; i < instances.numAttributes(); i++) {
if (instances.attribute(i).isNumeric())
throw new Exception("Can't handle numeric attributes!");
if(i != instances.classIndex()){