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