Exemple #1
0
 def yield_folds(listInst, cFold):
     for cvf in dtree.yield_boosted_folds(listInst, cFold):
         cvf.cMaxRounds = cRounds
         if fUseTraining:
             cvf.listInstTest = cvf.listInstTraining
         yield cvf
Exemple #2
0
 def yield_folds(listInst, cFold):
     for cvf in dtree.yield_boosted_folds(listInst, cFold):
         cvf.cMaxRounds = cRounds
         if fUseTraining:
             cvf.listInstTest = cvf.listInstTraining
         yield cvf
Exemple #3
0
 def yield_folds(listInst, cFold):
     for cvf in dtree.yield_boosted_folds(listInst, cFold):
         cvf.cMaxLevel = cMaxLevel
         cvf.cMaxRounds = cMaxRounds
         yield cvf
Exemple #4
0
 def yield_folds(listInst, cFold):
     for cvf in dtree.yield_boosted_folds(listInst, cFold):
         cvf.cMaxLevel = cMaxLevel
         cvf.cMaxRounds = cMaxRounds
         yield cvf