RDFFeatureVectorKernel k = new RDFWLSubTreeWithTextKernel(6,3,false, false);
System.out.println("RDF WL text FV: " + frac);
tic = System.currentTimeMillis();
TextUtils.computeTFIDF(Arrays.asList(k.computeFeatureVectors(dataset, instances, blackList)));
toc = System.currentTimeMillis();
comp[i] = toc-tic;
}
res = new Result(comp, "comp time");
resTable.addResult(res);