suiji / Arborist

Scalable decision tree training and inference.
Other
82 stars 14 forks source link

daugherL #4

Closed sorhawell closed 8 years ago

sorhawell commented 8 years ago

Tiny stuff. Variable "daughterL" is named "daugherL" in [rcppEcport.cc] line 248

List ffTree = List::create(
     _["pred"] = pred[tIdx],
     _["daugherL"] = incrL,
     _["daughterR"] = ifelse(incrL == 0, 0, incrL + 1),
     _["split"] = split[tIdx],
     _["facSplit"] = facSplit[tIdx],
     _["bag"] = bag[tIdx]
     );
suiji commented 8 years ago

Fixed. Thank you for the report.