- Timestamp:
- 07/18/16 12:26:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/WekaTraining.java
r99 r135 22 22 23 23 /** 24 * Programmatic WekaTraining 25 * 26 * first parameter is Trainer Name. second parameter is class name 27 * 28 * all subsequent parameters are configuration params (for example for trees) Cross Validation 29 * params always come last and are prepended with -CVPARAM 30 * 31 * XML Configurations for Weka Classifiers: 32 * 24 * <p> 25 * The first parameter is the trainer name, second parameter is class name. All subsequent 26 * parameters are configuration parameters of the algorithms. Cross validation parameters always 27 * come last and are prepended with -CVPARAM 28 * </p> 29 * XML Configurations for Weka Classifiers: 33 30 * <pre> 34 31 * {@code
Note: See TracChangeset
for help on using the changeset viewer.