Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 3
0
 def yield_folds(listInst, cFold):
     for cvf in dtree.yield_boosted_folds(listInst, cFold):
         cvf.cMaxLevel = cMaxLevel
         cvf.cMaxRounds = cMaxRounds
         yield cvf
Exemplo n.º 4
0
 def yield_folds(listInst, cFold):
     for cvf in dtree.yield_boosted_folds(listInst, cFold):
         cvf.cMaxLevel = cMaxLevel
         cvf.cMaxRounds = cMaxRounds
         yield cvf