Github user lkhamsurenl commented on the pull request:

    https://github.com/apache/spark/pull/8609#issuecomment-140621230
  
    Sorry for the late response! I see what you're saying. The difficulty with 
that approach I am having is in inside def binSeqOp(agg: 
Array[DTStatsAggregator], baggedPoint: BaggedPoint[TreePoint]): 
Array[DTStatsAggregator], where the function is called: treeToNodeToIndexInfo: 
Map[Int, Map[Int, NodeIndexInfo]] uses nodeIndex to get the NodeInfoIndex, 
which requires us to know the nodeIndex. If we  convert the LearningNode to 
Node then implement the predictImpl() there is no nodeIndex I believe. 
    Correct me if I'm wrong


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to