Hi,

I have been using decision trees for classification for a project and I had
a small problem.

I have been looking for a way to get leaf numbers(or any unique value
identify a node) so that I could do further analysis on samples falling in
a particular node.

I found a way by directly returning the values returned by underlying tree
structure but I am not sure if those values can be though as unique
value per leaf node(from algorithmic point of view I think it should be but
I can be wrong).

I appreciate if anyone has any better solution or comment on the way I am
handling this issue.

Best,
Behzad
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to