Ignore:
Timestamp:
11/05/14 11:59:57 (10 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r23 r24  
    1919 * Example: <trainer name="WekaClusterTraining2" param="RandomForestLocal weka.classifiers.trees.RandomForest -CVPARAM I 5 25 5"/> 
    2020 */ 
    21 public abstract class WekaBaseTraining implements WekaCompatibleTrainer { 
     21public abstract class WekaBaseTraining implements IWekaCompatibleTrainer { 
    2222         
    2323        protected Classifier classifier = null; 
Note: See TracChangeset for help on using the changeset viewer.