Ignore:
Timestamp:
11/18/15 16:42:40 (9 years ago)
Author:
atrautsch
Message:

metric matching configurable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/ExperimentConfiguration.java

    r44 r45  
    489489                        .newInstance(); 
    490490                trainer.setParameter(attributes.getValue("param")); 
     491                trainer.setMethod(attributes.getValue("method")); 
     492                trainer.setThreshold(attributes.getValue("threshold")); 
    491493                setwiseTestdataAwareTrainers.add(trainer); 
    492494            } 
Note: See TracChangeset for help on using the changeset viewer.