`i` is the output index, corresponding to the i-th column of y.

On 29 November 2012 22:00, Lars Buitinck <l.j.buiti...@uva.nl> wrote:
> 2012/11/29 Gilles Louppe <g.lou...@gmail.com>:
>> Yes, since decision trees handle multi-output problems, classes_[i] is
>> an array containing the classes for the i-th output. Hence classes_[0]
>> is the array you are looking for when `y` is 1D.
>
> Excuse me, but I'm not sure I follow this. What does i loop over?
>
> --
> Lars Buitinck
> Scientific programmer, ILPS
> University of Amsterdam
>
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> VERIFY Test and improve your parallel project with help from experts
> and peers. http://goparallel.sourceforge.net
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to