Ignore:
Timestamp:
06/02/16 17:00:17 (8 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r86 r116  
    8484            } 
    8585            REPTree repTree = new REPTree(); 
     86            if( repTree.getNumFolds()>similarityData.size() ) { 
     87                repTree.setNumFolds(similarityData.size()); 
     88            } 
     89            repTree.setNumFolds(2); 
    8690            repTree.buildClassifier(similarityData); 
    8791 
Note: See TracChangeset for help on using the changeset viewer.