Senti4SD
Senti4SD copied to clipboard
Pure R classification script and functions
This PR contains:
- A set of functions to use Senti4SD directly from the R interpreter or any script. This includes a function to chunk a large dataset so that it can be processed without requiring huge amount of memory.
- A new classification scripts written in pure R. (The script doesn't currently rely on the function chunking the data though.)