daugherL
sorhawell opened this issue · 1 comments
sorhawell commented
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
Fixed.
Thank you for the report.