- Timestamp:
- 11/05/14 17:40:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/WekaBaseTraining.java
r24 r25 16 16 * 17 17 * Important conventions of the XML format: 18 * Cross Validation params come alwayslast and are prepended with -CVPARAM19 * Example: <trainer name="Weka ClusterTraining2" param="RandomForestLocal weka.classifiers.trees.RandomForest -CVPARAM I 5 25 5"/>18 * Cross Validation params always come last and are prepended with -CVPARAM 19 * Example: <trainer name="WekaTraining" param="RandomForestLocal weka.classifiers.trees.RandomForest -CVPARAM I 5 25 5"/> 20 20 */ 21 21 public abstract class WekaBaseTraining implements IWekaCompatibleTrainer {
Note: See TracChangeset
for help on using the changeset viewer.