On Tue, Jan 10, 2012 at 5:39 PM, Andreas <[email protected]> wrote:
> Another thing I don't like so much is that the conversion > into float32 is not very explicit, since a type is defined > in the _tree.pyx, then imported into tree.py and used > for conversion there. > I no-one disagrees I would very much prefer to make > the type explicit in tree.py. In the future, we could support other types by using a template system. > Any hints on the Fortran style ordering would be very welcome. Fortran-style (in a sense, the dense equivalent of CSC matrices) is useful when you want fast access to one particular feature in all samples (as is the case in e.g. coordinate decent). Mathieu ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
