Ignore:
Timestamp:
11/05/14 17:40:10 (10 years ago)
Author:
atrautsch
Message:

comment fixes

File:
1 edited

Legend:

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

    r24 r25  
    1616 *  
    1717 * Important conventions of the XML format:  
    18  * Cross Validation params come always last and are prepended with -CVPARAM 
    19  * Example: <trainer name="WekaClusterTraining2" 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"/> 
    2020 */ 
    2121public abstract class WekaBaseTraining implements IWekaCompatibleTrainer { 
Note: See TracChangeset for help on using the changeset viewer.