protected String getXname(QSARDataset ds, int index) { try { return ds.getXname(index); } catch (Exception x) { return "NA"; } }
protected String getCoveragename(QSARDataset ds) { try { return ds.getCoverage().getMethod().toString(); } catch (Exception x) { return "Domain"; } }