rusty-machine icon indicating copy to clipboard operation
rusty-machine copied to clipboard

The kernel based methods clone the training data

Open AtheMathmo opened this issue 9 years ago • 1 comments
trafficstars

This is very space inefficient. Instead of doing this we could provide lifetimes and use references to the training data.

Perhaps this should be tackled as part of a wider attempt at space optimization as we introduce views etc. into the matrices.

AtheMathmo avatar Feb 14 '16 02:02 AtheMathmo

It seems kernel based methods now use references to access and manipulate data. Is this issue resolved, or could you provide an example please?

k0pernicus avatar Aug 03 '17 22:08 k0pernicus